Comments on: Drag & Drop Image Upload, File Upload using Jquery
https://w3lessons.info/drag-drop-image-upload-file-upload-using-jquery
Tutorials on PHP, jQuery & Amazon Web ServicesThu, 19 Mar 2015 15:20:00 +0000
hourly
1 https://wordpress.org/?v=6.7.2
By: Bill Dukelow
https://w3lessons.info/drag-drop-image-upload-file-upload-using-jquery#comment-234
Thu, 19 Mar 2015 15:20:00 +0000http://w3lessons.info/?p=1059#comment-234This is just the dropzone docs being passed off as your own work…
]]>
By: Ashish
https://w3lessons.info/drag-drop-image-upload-file-upload-using-jquery#comment-233
Wed, 24 Apr 2013 09:40:00 +0000http://w3lessons.info/?p=1059#comment-233i was going through the tutorial but i cant understand how can i use dropzone without using the class in the form..
i basically want to have a div inside a form and call class=”dropzone in that div..but it dosent seems to work..
here is my code below:
var myDropzone = new Dropzone(“div#myId”, { url: “file-upload”})