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.
This example is the same as the Basic one excepts it only accepts images
and it displays a small preview image on the list.
The preview is done using the onNewFile
callback and the FileReader
browser API.
View widget settings used for this example.
Drag & drop Images here
Open the file Browser
File List
- No files uploaded.
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....