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
3
votes
3 answers

react-dropzone opens files chooser twice

I an encountering an issue with react-dropzone for quite a long time. First, let's jump straight to the problem with a video: https://drive.google.com/open?id=1UmWtHbQ9U0LBHxYtZ1YSoXrfsezwH-os The file choser window opens twice on every file inputs…
Emmanuel Scarabin
  • 645
  • 1
  • 7
  • 23
3
votes
2 answers

decode and move base64 encoded image in laravel

I am trying to implement a image upload with other form elements with dropzone.js in laravel. So far I've managed to display the drag and drop image upload view with other form elements. And also get POST details from the submitted form. But when…
Kasun
  • 371
  • 6
  • 24
3
votes
0 answers

How to attach onClick events to preview image in vue-dropzone-component

I have components dropzone on vue. Im install my template in settings. Then i want to set v-on:click(method) to preview image in dropzone, but event don`t works. How to set correctly click to element?