flask-uploads

flask_uploads: ImportError: cannot import name 'secure_filename'

flask_uploads: ImportError: cannot import name 'secure_filename' Question: I want to create a form that allows to send a picture with a description using flask forms. I tried to use this video: https://www.youtube.com/watch?v=Exf8RbgKmhM but I had troubles when launching app.py: ➜ website git:(master) ✗ python3.6 app.py Traceback (most recent call last): File “app.py”, line 10, in …

Total answers: 7