Uploader

Methods

abort cancels upload of a file
linkDropArea links an extra area for dropping files for upload to Vault
unlinkDropArea unlinks an extra drop area from Vault
selectFile opens the dialog for selecting a new file (files) for adding to Vault
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
headerParams provides additional parameters for Request Headers
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