Closed ParthivPatel-BTC closed 7 years ago
Hi @ParthivPatel-BTC, thanks for getting in touch! Unfortunately, this kind of questions are better off asked at Dropzone's repo. This is just a wrapper around the JS files to ease their inclusion in Rails apps.
Good luck with your problem!
Cheers, Nahuel
Hello, @ParthivPatel-BTC have you fixed this issue?
Using rails application, I am trying to upload more than 5 images at a time and the maxFiles is set to 8. I am using
carrierwave
anddropzonejs-rails
gems to upload files. When I select 5 images and upload, getting success callback but not getting any callback for 6 images after uploading to S3. Have a look at below my dropzone configurations