Ajax Uploader Class Reference

MvcUploader Properties

The properties of the MvcUploader class are listed below. For a complete list of MvcUploader class members, see the MvcUploader Members topic.

Public Instance Properties

AllowedFileExtensions Gets or sets the allowed file extensions for uploading.
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 
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.
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 : CuteWebUI.AjaxUploader.FlashUploadPage (CuteEditor.AjaxUploader.FlashUploadPage for CuteEditor)
FlashWarningImage Gets or sets the FlashWarning Image.
FormNameObsolete. 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.
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.
UploadUrl 
WindowsDialogLimitMsg Gets or sets the message for windows file browse dialog 32K file name length limitation.

See Also

MvcUploader Class | CuteWebUI Namespace