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,






Drop files here or Click to Upload



</div>
</div>



</div>



and rpzone class is
// Dropzone class:


var myDropzone = new Dropzone("div#my-dropzone", { url: "/file/post"});



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?









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.

Popular posts from this blog

PHP contact form sending but not receiving emails

Do graphics cards have individual ID by which single devices can be distinguished?

iOS Top Alignment constraint based on screen (superview) height