The UploadSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ActionUrl | Gets or sets the URL to the page files are posted to. |
![]() |
AutoRecoveryFilter | Gets or sets a filter for the broken upload auto resume feature. |
![]() |
AutoRecoveryMaxAttemptCount | Gets or sets a number of tries that should be performed to submit files. |
![]() |
AutoRecoveryTimeout | Gets or sets an interval in which HTML5/Flash Uploader should try to resume the upload if it was interrupted. |
![]() |
ChunkSize | Gets or sets a maximium allowed size of binary data (in bytes) uploaded within a POST request. |
![]() |
ConnectionTimeout | Gets or sets a timeout of the HTTP connection. |
![]() |
EnableInstantUpload | Gets or sets a value indicating whether to start sending files right after they are added to the upload pane without waiting for Upload button click. |
![]() |
FilesPerPackage | Gets or sets a number of user-selected files which will be processed and uploaded within a single request. |
![]() |
MaxConnectionCount | Gets or sets the number of simultaneous HTTP connections the uploader can establish. |
![]() |
ProgressBytesMode | Gets or sets a value specifying how to estimate the total size of the upload session as well as the amount of bytes that have already been sent to a server. |
![]() |
RedirectUrl | Gets or sets the URL to which the user will be redirected when the upload is successfully completed. |
![]() |
UploadConverterOutputSeparately | Gets or sets a value indicating whether to send each converted file in a separate request. |
![]() |
UrlEncodeFilenames | Specifies whether to apply URL encoding to filenames uploaded by the uploader. |