is anyone familiar with dropzone? i am having issues using it. specifically, it doesn't allow multiple items to be brought over. when i bring over an image, it goes right to the preview, not even uploading it. also, i can't use the old school "click to upload" feature.
here is my code:
Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script> <script src="dropzone.js"></script> <script type="text/javascript"> </script> <link rel="stylesheet" type="text/css" href="css/basic.css"> <link rel="stylesheet" type="text/css" href="css/dropzone.css"> </head> <body> <div id="dropzone"> <form action="/file-upload" class="dropzone" id="my-awesome-dropzone"> </form> </div> </body> </html>


Reply With Quote
Bookmarks