I used the dropzone.js and it provides an option to uploading more than 1 image in 1 ajax
request by doing 2 following things.
parallelUploads // set the number of images in 1 request
uploadMultiple // and set true so it can upload all in 1
Now i want to use this valums-file-uploader and i can't find the option to upload more than 1 images in 1 request
. So is this possible in this plugin.
i read its documentation but can't solve my problem yet