vue-dropzone
vue-dropzone copied to clipboard
Max file size for multiple files counted together
trafficstars
Is there a way to check max file size for all files together? For example, we have max file size set to 20MB so the user can attach either one big file with the size of 20MB or 20 files with the size of 1MB.
If there is not any built-in way do you have an idea how would I implement this feature?
i need the same, did u figure out any solution ? @sdudasko
Hi @sdudasko
You may need to explain more about your setup but perhaps use getQueuedFiles() method and then get the size of each file?