How do I load a file from local storage in flask applications?
I am building a site that should have the ability to fetch photos from local storage to display them to the user. Below are my website templates and my app.py
code snippet:
How to pass in variables during redirect in HTML using Jinja syntax?
I have the following code: