javascript - Dropzone Bootstrap JS Error -
heyho -
i not best in javascript. tried dropzone bootstrap ( http://www.dropzonejs.com/bootstrap.html ) work getting error in console.
this error: http://postimg.org/image/f1fx0cz1j/
i can see bootstrap theme milli secound im getting default theme.
the form has class dropzone.
i copy , pasted code above given link, there should nothing wrong.
i have no problems sample code.
could be, copied visible sample code page , did not include dropzone.js in html header or @ end of body?
if want copy sample, need copy whole page - save local or view html source , copy paste it. code snippets shown on page explanation not run on own.
so make sure have sort of:
<script type="text/javascript" src="dropzone.js"></script>
either in html head or before last </body>
tag
Comments
Post a Comment