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.
Hello dear Yang,
I am trying to change the value of
FILE_SYSTEM_STORAGE_FILE_VIEWfrom='static'to for example='static/uploads/photos'. When I run the application it raises an errorBuildError: ('static/uploads/photos', {'filename': u'4571255_neboard.jpg'}, None). I googled, but did not find any documentation forFlask-Storage. Can you please tell me how to overcome the issue?Thank you.