flask-file-uploader
flask-file-uploader copied to clipboard
Drag and drop is continuously spinning.
Drag and drop is continuously spinning, and the preview of the image does not show up.
looks like load-image.min.js is not there anymore. change it as follows in template/index.html:
<script src="https://blueimp.github.io/JavaScript-Load-Image/js/load-image.all.min.js"></script>
instead of
<script src="https://blueimp.github.io/JavaScript-Load-Image/js/load-image.min.js"></script>