The UltimateUploader type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UltimateUploader | Initializes a new instance of the UltimateUploader class |
Properties
| Name | Description | |
|---|---|---|
| AddButtonIcon |
Gets or sets the url for backround image.
| |
| AddButtonVisible |
Gets or sets a value indicating whether the add button should be visible in the user interface.
| |
| AllowFileComments |
Gets or sets a value indicating whether file comments should be allowed for users.
| |
| AvailableView |
Gets or sets the available view for the user interface.
| |
| BackColor |
Gets or sets the color of the upload component background.
(Overrides WebControl..::..BackColor.) | |
| BackgroundImageUrl |
Gets or sets the url for backround image.
| |
| CancelButtonIcon |
Gets or sets the url for cancel button icon
| |
| CancelButtonVisible |
Gets or sets a value indicating whether the cancel button should be visible in the user interface.
| |
| CancelMethod |
Gets or sets the name of the generated javascript function cancelling upload.
| |
| ChunkMode |
Gets or sets the mode defining automatically or manually the sizes of chunks will be defined.
| |
| ChunkMultipart |
Gets or sets a value indicating whether request for each chunk should be encoded with multipart encoding.
| |
| ChunkSize |
Gets or sets the size in bytes of a chunk which will be transferred on a server.
| |
| ClearButtonIcon |
Gets or sets the url for clear button icon
| |
| ClearButtonVisible |
Gets or sets a value indicating whether the clear button should be visible in the user interface.
| |
| ConcurrentUploads |
Gets or sets the maximum number of parallel uploads.
| |
| CustomPostFields |
Sets custom post fields. String should contain name value pairs delimited by '|', name from value delimited by ';' sign.
| |
| DisplayErrorMessages |
Gets or sets a value indicating whether error messages should be displayed in a popup window.
| |
| ExistenceBehavior |
Gets or sets the behavior of the program in case of file part existence.
| |
| FileTypesFilter |
Gets or sets the filter of file types allowed for upload to the server.
| |
| Font |
Gets or sets the font info of upload control text elements.
(Overrides WebControl..::..Font.) | |
| ForeColor |
Gets or sets the color of the upload component controls foreground.
(Overrides WebControl..::..ForeColor.) | |
| FormName |
Gets or sets the id of the html form which values should be posted to server with file chunks.
| |
| FreeMode |
Gets or sets a value indicating whether free mode is activated.
| |
| GridViewButtonIcon |
Gets or sets the url for grid view button icon
| |
| GridViewButtonVisible |
Gets or sets a value indicating whether the 'grid view' button should be visible in the user interface.
| |
| HelpButtonIcon |
Gets or sets the url for help button icon
| |
| HelpButtonVisible |
Gets or sets a value indicating whether the help button should be visible in the user interface.
| |
| HelpUrl |
Gets or sets the URL of help page opening at help button click.
| |
| HiddenMode |
Gets or sets a value indicating whether hidden mode is enabled.
In hidden mode control does not render ui elements. On mouse click on any place will be displayed browse dialog. It allow to place it over any element on html page.
| |
| ImageHeight |
Gets or sets the necessary height of the images.
| |
| ImagePreserveMetadata |
Gets or sets a value indicating whether original image's metadata should be included into resized image. Please note that metada written as is, without modification of width and height fields (they will contain values of original image ).
| |
| ImageResizeMode |
Gets or sets the resize mode for images.
| |
| ImageSize |
Gets or sets the necessary size of the images.
| |
| ImageWidth |
Gets or sets the necessary width of the images.
| |
| JpegQuality |
Gets or sets the JPEG images and thumbnails quality.
| |
| LanguageAutoDetect |
Gets or sets the value indication whether Ultimate uploader should automatically detect user language.
| |
| LanguageFile |
Gets or sets the url (absolute or relative) to the xml file with translation strings.
| |
| LicenseKey |
Gets or sets value of license key.
| |
| MaxFilesCount |
Gets or sets the maximum files count allowable for upload.
| |
| MaxFileSize |
Gets or sets the maximum size in bytes of the file that can be uploaded to the server.
| |
| MinFilesCount |
Gets or sets the minimum files count allowable for upload.
| |
| OnCancel |
Gets or sets the name of javascript function calling at upload process cancel.
| |
| OnComplete |
Gets or sets the name of javascript function calling at upload process completion.
| |
| OnError |
Gets or sets the name of javascript function calling when error occured.
| |
| OnFileCancelled |
Gets or sets the name of javascript function calling at file upload process cancel.
| |
| OnFileComplete |
Gets or sets the name of javascript function calling at file upload complete.
| |
| OnFileProgress |
Gets or sets the name of javascript function calling periodically during upload process.
| |
| OnFileResumed |
Gets or sets the name of javascript function calling at file upload process resume.
| |
| OnFilesAdd |
Gets or sets the name of javascript function calling when files added.
| |
| OnFilesRemove |
Gets or sets the name of javascript function calling when files removed.
| |
| OnFileStart |
Gets or sets the name of javascript function calling at file upload start.
| |
| OnPause |
Gets or sets the name of javascript function calling at upload process pause.
| |
| OnStart |
Gets or sets the name of javascript function calling at upload process start.
| |
| PauseButtonIcon |
Gets or sets the url for pause button icon
| |
| PauseMethod |
Gets or sets the name of the generated javascript function pausing upload.
| |
| PostFieldsFile |
Gets or sets the name of the form field which contains file (chunk) body
| |
| PostFieldsFileId |
Gets or sets the name of the form field which contains file id
| |
| PostFieldsFilesCount |
Gets or sets the name of the form field which contains total files count
| |
| PostFieldsFileSize |
Gets or sets the name of the form field which contains file size
| |
| RemoveButtonIcon |
Gets or sets the url for remove button icon
| |
| RemoveButtonVisible |
Gets or sets a value indicating whether the remove button should be visible in the user interface.
| |
| ResizeImages |
Gets or sets a value indicating whether image should be resized before uploading.
| |
| ShowBackgroundImage |
Gets or sets a value indicating whether the background image should be visible in the user interface.
| |
| ShowCancelButton | Obsolete.
Gets or sets a value indicating whether the cancel button should be visible in the user interface.
| |
| ShowHelpButton | Obsolete.
Gets or sets a value indicating whether the help button should be visible in the user interface.
| |
| ShowUploadButton | Obsolete.
Gets or sets a value indicating whether the upload button should be visible in the user interface.
| |
| StartMethod |
Gets or sets the name of the generated javascript function starting upload.
| |
| Tag |
Gets or sets the custom tag defined for upload control instance.
| |
| ThumbnailHeight |
Gets or sets the necessary height of the thumbnails.
| |
| ThumbnailPreserveMetadata |
Gets or sets a value indicating whether original image's metadata should be included into thumbnail. Please note that metada written as is, without modification of width and height fields (they will contain values of original image ).
| |
| ThumbnailResizeMode |
Gets or sets the resize mode for thumbnails
| |
| ThumbnailSize |
Gets or sets the size of the image thumbnails.
| |
| ThumbnailWidth |
Gets or sets the necessary width of the thumbnails.
| |
| ThumbNameTemplate |
Gets or sets the template of thumbnail files naming.
| |
| ThumbsViewButtonIcon |
Gets or sets the url for thumbs view button icon
| |
| ThumbsViewButtonVisible |
Gets or sets a value indicating whether the 'thumbnails view' button should be visible in the user interface.
| |
| UploadButtonIcon |
Gets or sets the url for upload button icon
| |
| UploadButtonVisible |
Gets or sets a value indicating whether the upload button should be visible in the user interface.
| |
| UploadHandler |
Gets or sets the url (absolute or relative) to the handler that will receive and save files.
| |
| UploadThumbnails |
Gets or sets a value indicating whether the thumbnails will be uploaded with images.
|