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
0
votes
1 answer

Dropzone with draggable area and input in different locations

I'm trying to use Dropzone in my application to enable drag and drop upload. The problem is: I can't upload the file at the time I select a file, I need to wait the user click on 'Submit' on entire form (I don't have a form only to file upload) to…
jonatasdaniel
  • 183
  • 3
  • 11
0
votes
1 answer

Dividing Up CodeIgniter Multi-File DropZone Uploader Code into MVC?

I am fairly new to CodeIgniter and I am trying to convert a working DropZone multi-file uploader to the MVC CodeIgniter format. I have seen some other examples here but need to get recommendations for my specific code. I know how to place the…
12AX7
  • 310
  • 4
  • 14
0
votes
0 answers

Dropzone give response 200 but no images uploaded and no data saved

I was try to upload using Laravel. here's my Add Images Modal: