jQuery Ajax File Uploader Widget View on GitHub
A very lightweight Plugin for file uploading using ajax(async) and includes support for queues, progress tracking and drag and drop.
Here is an example on how to implement a regular single-file uploader. The new option used here is multiple
and the response data catched by
onUploadSucces
is saved in the readonly field.
View widget settings used for this example.
The examples here are just a few I came up with, there are many others settings combinations you can use to handle how to upload the files and/or manage the queue. Try it yourself :)
Debug Messages
- Loading plugin....