Properties

accept specifies particular file types that will be accepted for uploading
datatype the type of serverside response
directory allows uploading a folder with files
formData extra data that will be sent to the server side along with the file uploading
multiple enables uploading of several files at a time.
upload path to the script file that will handle uploading
Back to top