joegasewicz / flask-file-upload

Easy file uploads for Flask.
MIT License
154 stars 15 forks source link

sample javascript to check file size before upload and resize. #104

Open aspiringguru opened 3 years ago

aspiringguru commented 3 years ago

found this on reddit(hi again)

these javascript examples should be useful in promoting adoption.

https://stackoverflow.com/questions/3717793/javascript-file-upload-size-validation/3717847

https://stackoverflow.com/questions/23945494/use-html5-to-resize-an-image-before-upload

thanks for posting the code.