DropZone.js uploading is not working on programmatically
DropZone.js uploading is not working on programmatically
I am working on dropzone js programmatically. this is My div,
I am working on dropzone js programmatically. this is My div,
Drop files here or Click to Upload and rpzone class is but when I drag and drop images to dropzone box images are preview with cross symbols (not success upload). then how can I fix this problem?
</div>
</div>
</div>
// Dropzone class:var myDropzone = new Dropzone("div#my-dropzone", { url: "/file/post"});
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.