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

How to delete a single file from queue? #123

Open Rehman00786 opened 2 years ago

Rehman00786 commented 2 years ago

For example I'm uploading 10 files and want to remove 1 single file from queue.

Is that possible to remove a single file?

belkin-labs commented 1 year ago

I join the question!!!

The queue is the property of the dmUploader object and I suspect it would not be difficult to make such a very necessary method. Maybe the author just forgot to implement it?