The UltimateUploader type exposes the following members.

Constructors

  NameDescription
Public methodUltimateUploader
Initializes a new instance of the UltimateUploader class

Properties

  NameDescription
Public propertyAllowFileComments
Gets or sets a value indicating whether file comments should be allowed for users.
Public propertyAvailableView
Gets or sets the available view for the user interface.
Public propertyBackColor
Gets or sets the color of the upload component background.
(Overrides WebControl..::..BackColor.)
Public propertyCancelMethod
Gets or sets the name of the generated javascript function cancelling upload.
Public propertyChunkMode
Gets or sets the mode defining automatically or manually the sizes of chunks will be defined.
Public propertyChunkSize
Gets or sets the size in bytes of a chunk which will be transferred on a server.
Public propertyConcurrentUploads
Gets or sets the maximum number of parallel uploads.
Public propertyExistenceBehavior
Gets or sets the behavior of the program in case of file part existence.
Public propertyFileTypesFilter
Gets or sets the filter of file types allowed for upload to the server.
Public propertyFont
Gets or sets the font info of upload control text elements.
(Overrides WebControl..::..Font.)
Public propertyForeColor
Gets or sets the color of the upload component controls foreground.
(Overrides WebControl..::..ForeColor.)
Public propertyFreeMode
Gets or sets a value indicating whether free mode is activated.
Public propertyHelpUrl
Gets or sets the URL of help page opening at help button click.
Public propertyImageSize
Gets or sets the necessary size of the images.
Public propertyJpegQuality
Gets or sets the JPEG images and thumbnails quality.
Public propertyLicenseKey
Gets or sets value of license key.
Public propertyMaxFilesCount
Gets or sets the maximum files count allowable for upload.
Public propertyMaxFileSize
Gets or sets the maximum size in bytes of the file that can be uploaded to the server.
Public propertyMinFilesCount
Gets or sets the minimum files count allowable for upload.
Public propertyOnCancel
Gets or sets the name of javascript function calling at upload process cancel.
Public propertyOnComplete
Gets or sets the name of javascript function calling at upload process completion.
Public propertyOnFileComplete
Gets or sets the name of javascript function calling at file upload complete.
Public propertyOnFileStart
Gets or sets the name of javascript function calling at file upload start.
Public propertyOnPause
Gets or sets the name of javascript function calling at upload process pause.
Public propertyOnStart
Gets or sets the name of javascript function calling at upload process start.
Public propertyPauseMethod
Gets or sets the name of the generated javascript function pausing upload.
Public propertyResizeImages
Gets or sets a value indicating whether image should be resized before uploading.
Public propertyShowCancelButton
Gets or sets a value indicating whether the cancel button should be visible in the user interface.
Public propertyShowHelpButton
Gets or sets a value indicating whether the help button should be visible in the user interface.
Public propertyShowUploadButton
Gets or sets a value indicating whether the upload button should be visible in the user interface.
Public propertyStartMethod
Gets or sets the name of the generated javascript function starting upload.
Public propertyTag
Gets or sets the custom tag defined for upload control instance.
Public propertyThumbnailSize
Gets or sets the size of the image thumbnails.
Public propertyThumbNameTemplate
Gets or sets the template of thumbnail files naming.
Public propertyUploadHandler
Gets or sets the url (absolute or relative) to the handler that will receive and save files.
Public propertyUploadThumbnails
Gets or sets a value indicating whether the thumbnails will be uploaded with images.

See Also