The UltimateUploader type exposes the following members.

Constructors

  NameDescription
UltimateUploader
Initializes a new instance of the UltimateUploader class

Properties

  NameDescription
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.)
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.
ChunkSize
Gets or sets the size in bytes of a chunk which will be transferred on a server.
ConcurrentUploads
Gets or sets the maximum number of parallel uploads.
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.)
FreeMode
Gets or sets a value indicating whether free mode is activated.
HelpUrl
Gets or sets the URL of help page opening at help button click.
ImageSize
Gets or sets the necessary size of the images.
JpegQuality
Gets or sets the JPEG images and thumbnails quality.
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.
OnFileComplete
Gets or sets the name of javascript function calling at file upload complete.
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.
PauseMethod
Gets or sets the name of the generated javascript function pausing upload.
ResizeImages
Gets or sets a value indicating whether image should be resized before uploading.
ShowCancelButton
Gets or sets a value indicating whether the cancel button should be visible in the user interface.
ShowHelpButton
Gets or sets a value indicating whether the help button should be visible in the user interface.
ShowUploadButton
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.
ThumbnailSize
Gets or sets the size of the image thumbnails.
ThumbNameTemplate
Gets or sets the template of thumbnail files naming.
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.

See Also