The MvcUploader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MvcUploader |
Initializes a new instance of the MvcUploader class
|
Methods
Name | Description | |
---|---|---|
Dispose |
release the resources created by the uploader
|
|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetAdvancedOption(String) | ||
GetAdvancedOption(UploaderAdvancedOption) | ||
GetAttribute |
GetAttribute
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
GetUploadedFile | ||
GetUploaderProvider | ||
GetValidatingFile |
get the file which being validated when IsValidationRequest is true
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
PreProcessRequest | ||
Render()()()() | ||
Render(TextWriter) | ||
SetAdvancedOption(String, String) | ||
SetAdvancedOption(UploaderAdvancedOption, String) | ||
SetAttribute |
SetAttribute
|
|
ToString | (Inherited from Object.) | |
WriteValidationError(String) | ||
WriteValidationError(String, String) | ||
WriteValidationOK()()()() | ||
WriteValidationOK(String) |
Properties
Name | Description | |
---|---|---|
AllowedFileExtensions |
Gets or sets the allowed file extensions for uploading.
|
|
AllowedFileMimeTypes | ||
AutoUseSystemTempFolder |
A system temporary folder or temporary directory is a directory used to hold temporary files.
By default, when Ajax Uploader detects TempDirectory propery is not set,
it will automatically use the system temporary folder.
if web.config sepcified the TempDirectory appSetting, this would not take effects.
You can turn this feature off by setting it to "false".
|
|
ButtonOnClickScript |
JavaScript code that be executed when the browse button be clicked.
|
|
CancelAllMsg |
Gets or sets the "Cancel all Uploads" message.
|
|
CancelButtonID |
It allows the developers specify a server control to use as the cancel button of ajax uploader.
|
|
CancelUploadMsg |
Gets or sets the "Cancel upload" message.
|
|
Context |
get the HttpContext
|
|
CurrentFileGuid | ||
DialogAccept |
Gets or sets the mime filter for HTML5 dialog , for example , image/*
|
|
DialogFilter |
Gets or sets the current file name filter string, which determines the choices that appear in the file browser dialog box.
Please note that only ValidateOption.AllowedFileExtensions property determine the allowed file extensions for uploading.
|
|
EnableMimetypeChecking | ||
FileTooLargeMsg |
Gets or sets the "File too large" message.
|
|
FileTypeNotSupportMsg |
Gets or sets the "file type not support" message.
|
|
FlashUploadPage |
set a special page for Flash - Integrated Windows Authentication
chould be also set to web.config appSettings : AjaxUploader.FlashUploadPage (RichTextEditor.AjaxUploader.FlashUploadPage for RichTextEditor)
|
|
FlashWarningImage |
Gets or sets the FlashWarning Image.
|
|
FormName | Obsolete.
get the name and id of the uploader input field
|
|
InputboxCSSText |
Sets or retrieves the appearance of the file input control.
|
|
InsertButtonID |
It allows the developers specify a server control to use as the insert button of ajax uploader.
|
|
InsertText |
Gets or sets the insert text.
|
|
IsValidationRequest | ||
ManualStartUpload |
Gets or sets a boolean indicating whether Uploader automatically starts uploading as soon as a user selects a file.
|
|
MaxFilesLimit |
Gets or sets the maximum number of files that can be uploaded.
|
|
MaxFilesLimitMsg |
Gets or sets the "File too large" message.
|
|
MaxSizeKB |
Gets or sets the maximum allowed size of the file, in KB.
|
|
MultipleFilesUpload |
If true, the users are able to select multiple files in the file browser dialog then upload them at once.
|
|
Name |
get the name and id of the uploader input field
|
|
NumFilesShowCancelAll | ||
PostBackEventReference |
script code be executed when finish all tasks
|
|
ProgressBarBackgroundImage |
Gets or sets the background image for the ProgressBar control.
|
|
ProgressBarBorderStyle |
Specifies the border style for the ProgressBar control.
|
|
ProgressBarHeight |
The height of the Progress bar. Default is 15.
|
|
ProgressBarStyle |
Specifies the style that a ProgressBar uses to indicate the progress of an operation.
|
|
ProgressCtrlID |
It allows the developers specify a server control to use as the progress control of ajax uploader.
|
|
ProgressInfoStyle |
The style to be applied to the progress information.
|
|
ProgressPanelWidth |
The width of the Progress Panel. Default is 500.
|
|
ProgressPicture |
Gets or sets a progress fill picture for the ProgressBar control.
|
|
ProgressTextID |
It allows the developers specify a server control to show the progress text of ajax uploader.
|
|
ProgressTextTemplate |
Gets or sets the progress text template.
%P% = percent,%T% = seconds remain,%F% = filename. %SEND% = uploaded size , %SIZE% = file size , %KBPS% means KB/s , %KBPS% = B/s
For example : %F%.. %P% %SEND%/%SIZE% , %KBPS% , %T% seconds left.
|
|
ResourceHandler | ||
ScriptSource | ||
ShowFrameBrowseButton |
Gets or sets a boolean indicating whether Uploader should render a browse button for FireFox/Opera in Iframe Mode.
|
|
ShowProgressBar |
Gets or sets a value indicating whether the progress bar is displayed.
The UploadModule must be installed to use this feature.
|
|
ShowProgressInfo |
Gets or sets a value indicating whether the progress information is displayed when uploading.
The UploadModule must be installed to use this feature.
|
|
TempDirectory |
Specifies where AjaxUploader should put the temporary files.
|
|
UploadCursor |
Specifies the upload button built in cursor types.
|
|
UploadingMsg |
Gets or sets the "Uploading.." message.
|
|
UploadProcessingMsg |
Gets or sets the "upload is processing" message.
|
|
UploadType |
The global type of upload method to use.
|
|
UploadTypePriority |
set the priority for the addons
for example , "Silverlight,Flash,HTML5"
|
|
UploadUrl | ||
WindowsDialogLimitMsg |
Gets or sets the message for windows file browse dialog 32K file name length limitation.
|