flask-storage
flask-storage copied to clipboard
Uploader extension for Flask. [WIP]
Hello dear Yang, I am trying to change the value of `FILE_SYSTEM_STORAGE_FILE_VIEW` from `='static'` to for example `='static/uploads/photos'`. When I run the application it raises an error `BuildError: ('static/uploads/photos', {'filename':...
Related Project: https://github.com/tonyseek/flask-qiniu/issues/1 TODO: The storage backend may be implemented here.
There is a Flask-Storage already: https://github.com/kvesteri/flask-storage
`send_file(f , ...)` in s3.py works by chance when no proxy/uwsgi is in front. send_file expects a file path or file stream reader such as io.BytesIO, but the body reader...