The UltimateUploadControl type exposes the following members.

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.
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.
FreeMode
Gets or sets a value indicating whether free mode is enable.
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.
QueuedFilesCount
Gets count of files queued for 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.
Strings
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.
UploadedFilesCount
Gets count of successfully uploaded files.
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