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

The upload website script built on python Flask with jQuery File Upload

Results 8 flask-file-uploader issues
Sort by recently updated
recently updated
newest added
trafficstars

Fixed Libraries and imports that caused conflicts when trying to run Python 3 or newer versions of Django, Pillow, and other REST integrations.

Changed the first line of the script to ``` #!/usr/bin/env python ``` The old first line was causing problems when running the Flask app with `debug=True`. Also changed the single...

I would like to use this in a project, and I need the license to use it. Could you add it? I see that jquery-file-uploader is licensed as MIT, so...

I do not know how to retrieve uploaded files names (I want to insert them into a MySQL database). I do not know how to modify line 15 [here](https://github.com/ngoduykhanh/flask-file-uploader/blob/master/templates/index.html): ```...

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

jquery-file-upload.appspot.com is usually dead, recommend using /upload for form action.