0

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

Blu
  • 4,036
  • 6
  • 38
  • 65
  • @DownVoter what is unclear in it? i want to send 5 images in ajax request using the 2nd mention plugin. – Blu Jun 20 '14 at 17:10

1 Answers1

0

I check the library docs and i think you cannot do that currently in your second mention library without any custom changes. For that either you have to use the same that you mention in first i.e dropzone.js or you can use this library it have many features and much easier and nice then dropzone.js.

Gujjar
  • 367
  • 1
  • 5
  • 24