Open vuatintac opened 3 years ago
Same here, this option would be really useful. I'm guessing it wouldn't be that hard to implement.
I've tried to get around it by counting all the uploaded elements and define a condition, and I managed to make it work. The problem is that this condition evaluates after the files are uploaded. It's not that user friendly to show a "too many files" warning after the user waited for all the files to upload.
I have a problem I want to limit the number of files when uploading. Example: 5 If the user chooses the number of files more than 5, dmuploader only accept 5 (and skip all over) or reports an error with alert .. Please help me