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

is there are any way to limit number of uploaded files with multy true? #113

Closed Prospection closed 3 years ago

Prospection commented 4 years ago

subj

cheema14 commented 3 years ago

Looking for the same solution. I am stuck

danielm commented 3 years ago

Hey,

in the past was kinda an option..... but seems like everyone wanted a different behavior out of it. (like based on uploads completed, or maybe selected files, or even server response). This was actually removed because it was a mess and made no sense to keep it during last update, for this kind of feature u may went to use onnewfile / uploadcompleted callbacks and build it according for your own requirements.