Uploader Object API
The API set for controlling the work of the Uploader object.
Methods
abort | cancels upload of a file |
linkDropArea | links an extra area for dropping files for upload to Uploader |
unlinkDropArea | unlinks an extra drop area from Uploader |
selectFile | opens the dialog for selecting a new file (files) for adding to Uploader |
send | sets an URL to the server-side script that will process file upload |
Properties
autosend | enables/disables automatic sending of an added file |
fieldName | sets the file field name in the form data that is sent to the server |
params | adds extra parameters for sending an XMLHttpRequest |
singleRequest | defines whether files are sent in one request |
target | the path for upload |
updateFromResponse | updates file attributes with data from server response |
Back to top