flask-file-uploader icon indicating copy to clipboard operation
flask-file-uploader copied to clipboard

Drag and drop is continuously spinning.

Open rlam3 opened this issue 10 years ago • 1 comments

Drag and drop is continuously spinning, and the preview of the image does not show up.

rlam3 avatar Feb 25 '15 18:02 rlam3

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>

itsrifat avatar May 04 '15 03:05 itsrifat