Configures the ability to upload a file(s) in an asynchronous manner. Please refer to the
async mode help topic
for more details.
The selected files will be uploaded immediately by default. You can change this behavior by setting
autoUpload to false.
The name of the form field submitted to the Remove URL.
The URL of the handler responsible for removing uploaded files (if any). The handler must accept POST
requests containing one or more "fileNames" fields specifying the files to be deleted.
The HTTP verb to be used by the remove action.
The name of the form field submitted to the save URL. The default value is the input name.
The URL of the handler that will receive the submitted files. The handler must accept POST requests
containing one or more fields with the same name as the original input name.
Enables (true) or disables (false) an Upload. A disabled
Upload may be re-enabled via enable().
Sets the strings rendered by the Upload.
Sets the text of the cancel button text.
Sets the text of the remove button text.
Sets the text of the retry button text.
Sets the "Select..." button text.
Sets the status message for failed uploads.
Sets the status message for uploaded files.
Sets the status message for files that are being uploaded.
Sets the text of the "Upload files" button.
Enables (true) or disables (false) the ability to select multiple files.
If false, users will be able to select only one file at a time. Note: This option does not
limit the total number of uploaded files in an asynchronous configuration.
Enables (true) or disables (false) the ability to display a file listing
for uploading a file(s). Disabling a file listing may be useful you wish to customize the UI; use the
client-side events to build your own UI.