Ajax Uploader Class Reference

UploaderBase Properties

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

Public Instance Properties

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".
BindingContainer (inherited from Control) 
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.
ClientID (inherited from Control) Gets the server control identifier generated by ASP.NET.
Controls (inherited from Control) Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
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.
EnableViewState (inherited from Control) Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client.
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.
ID (inherited from Control) Gets or sets the programmatic identifier assigned to the server control.
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.
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 "maximum number of files" message.
MultipleFilesUpload If true, the users are able to select multiple files in the file browser dialog then upload them at once.
NamingContainer (inherited from Control) Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same ID property value.
NumFilesShowCancelAll Specifies the number of files when the CancelAll button appears
NumFilesShowQueueUI 
Page (inherited from Control) Gets a reference to the Page instance that contains the server control.
Parent (inherited from Control) Gets a reference to the server control's parent control in the page control hierarchy.
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 20.
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 360.
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.
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.
Site (inherited from Control) Gets information about the Web site to which the server control belongs.
TempDirectory Specifies where AjaxUploader should put the temporary files.
TemplateSourceDirectory (inherited from Control) Gets the virtual directory of the Page or UserControl that contains the current server control.
UniqueID (inherited from Control) Gets the unique, hierarchically-qualified identifier for the server control.
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.
ValidateOption Gets the validate option.
Visible (inherited from Control) Gets or sets a value that indicates whether a server control is rendered as UI on the page.
WindowsDialogLimitMsg Gets or sets the message for windows file browse dialog 32K file name length limitation.

Protected Instance Properties

ChildControlsCreated (inherited from Control) Gets a value that indicates whether the server control's child controls have been created.
Context (inherited from Control) Gets the HttpContext object associated with the server control for the current Web request.
Events (inherited from Control) Gets a list of event handler delegates for the control. This property is read-only.
HasChildViewState (inherited from Control) Gets a value indicating whether the current server control's child controls have any saved view-state settings.
IsBrowserSupportUploadScript detect whether the browser support the script upload
IsDesignMode 
IsTrackingViewState (inherited from Control) Gets a value that indicates whether the server control is saving changes to its view state.
RequireUploadCompleted 
ViewState (inherited from Control) Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page.
ViewStateIgnoresCase (inherited from Control) Gets a value that indicates whether the StateBag object is case-insensitive.

See Also

UploaderBase Class | CuteWebUI Namespace