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)

438 questions
2
votes
2 answers

DropZone Does not pick up CSV files on Windows 10 and ChromeOS with MIME "text/csv" filter set

When running, testing, and debugging on Linux and macOS - the standard browser file pickers are happy to accept the MIME type "text/csv" to filter for CSV files to upload with DropZone. Windows 10 (even with Chrome), and ChromeOS (Chrome as well of…
anon58192932
  • 8,208
  • 6
  • 45
  • 60
2
votes
1 answer

make every mount a new folder in dropzone js upload directory

im using dropzone.js in my project to upload articles image. for example all of article images will upload here: www.site.com/images/uploads/.... .jpg my dropzone usage var myDropzone = new Dropzone("div#myId", { url:…
K1-Aria
  • 842
  • 4
  • 12
  • 25
2
votes
0 answers

Dropzone.js configuration options are not recognized

I am using Dropzone.js in my Asp.Net Core2 application for my file-upload and storage routine. This works fine, except when I want to use the configuration options. Whatever I am doing, the browser does not recognize the code. This seems to stupid…
Charles de M.
  • 334
  • 4
  • 14
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,020
  • 2
  • 13
  • 30
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
  • 27
  • 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
  • 241
  • 1
  • 11
2
votes
1 answer

VerifyCsrfToken with dropzone.js and laravel 5

I am using dropzone to upload images. Javascript is: