Questions tagged [dropzone]

DropzoneJS is an open source library that provides drag'n'drop file uploads with image previews. It is lightweight, does not depend on any other library (like jQuery)

494 questions
2
votes
0 answers

Dropzone is not able to send data to php

I have a simple form
2
votes
1 answer

Spring mvc upload multiple files at once with AJAX doesn't work

I'm using Spring boot 2.0.1 and I'm trying to upload multiple files with dropzone. Everything is working perfectly when I'm using uploadMultiple: false on Dropzone.js. When I set uploadMultiple: true, My Controller stops working. The controller…
ROZZ
  • 1,334
  • 3
  • 20
  • 36
2
votes
0 answers

Dropzone div with jquery validation plugin

I want to check if user upload image with dropzone js and jquery vaalidation plugin. Dropzone div:
Kosta
  • 37
  • 6
2
votes
0 answers

Dropzone function is not working under jQuery in Mac OS

I am using dropZone to drag and upload files but somehow it's not working. I am in Mac OS. I have given 777 permission to the uploaded folder, but still, it's not uploading. Here is my code: $(document).on('change','#type',function(){ var…
Nikita Agrawal
  • 235
  • 1
  • 11
2
votes
1 answer

VerifyCsrfToken with dropzone.js and laravel 5

I am using dropzone to upload images. Javascript is: