danielm / uploader

A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
https://danielmg.org/demo/java-script/uploader
MIT License
1.17k stars 385 forks source link

Demo needed! #63

Open simioluwatomi opened 6 years ago

simioluwatomi commented 6 years ago

I have a kind of special use case where I need to allow only just one upload. I have read the docs but I do not see a maxFile (or something that looks like it) option.

I also need to allow users cancel an ongoing upload (this is provided in the demo) or delete the file entirely if upload has finished (there is a mention of this in the docs but no demo on how to implement).

Thank you