How can I allow users to upload more than 1 file at a time?
How can I allow end-user to upload more than one file if given quantity is more than one?
For example:
I've created a form where user can put quantity and I want them to allow as many file uploads a quantity amount.
Right now, if the quantity is more than 1, it still only allows only one upload.
Thank You