flask-storage
flask-storage copied to clipboard
werkzeug.routing.BuildError
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': u'4571255_neboard.jpg'}, None)
. I googled, but did not find any documentation for Flask-Storage
. Can you please tell me how to overcome the issue?
Thank you.
@maksad This is a WIP extension. You should not use it in your production.
I can also report having exactly the same problem as maksad, cannot change uploads folder inside static...