A simple file upload form on localhost that will then display the uploaded file in your browser.
- "Submit" button to initiate file save to /static/uploads.
- File size and file type requirements must be met.
- Failed submissions trigger error messages.
- Successful file save triggers a redirect to /display localhost.
- Stored file is then displayed at /display localhost with a message stating that the image was successfully uploaded and displayed.
- Python3
- Flask
- Werkzeug
- /templates repo
- /static/uploads repo
The lessons_learned.md file is purely for my own edification, and a way for me to create a searchable record of the things I learned while working on this project. Feel free to ignore it, it has no practical application for making this project work.