Category "dropzone.js"

Dropzone: Submit both form data and dropzone at once

I know there some questions like this, but they didn't answer questions exactly. This is what I need, Upload files using Dropzone Save form data and uploaded im

Add an input box for each dropped file in dropzone

I have a drag drop box with dropzone.js. I allow multiple files upload (max 5 files at present). I have asked to add an ability for user to add description for

How to upload multiple files in Django using Dropzone js?

Info: I want to upload multiple files using Dropzone js in Django project. I have two models. One for the Post and the other would be for the File. My files mod

Dropzone js: Add previewElements index number as id

Is there a way to use the index number of preview element within the template code so I can add sequential id's(id="item-[1,2,3]") to each time the template is

Dropzone.js - Combine with normal form - ask about positioning

I am using Dropzone and try to combine it with normal form so I read this tutorial https://github.com/enyo/dropzone/wiki/Combine-normal-form-with-Dropzone and

dropzone js onclick submit file upload

upload all files with a single button click. HTML: <button id="submit-all">Submit all files</button> <form action="/target" class="dropzone" id=

dropzone js onclick submit file upload

upload all files with a single button click. HTML: <button id="submit-all">Submit all files</button> <form action="/target" class="dropzone" id=