mxav1111
mxav1111
Hello @burhansvural Thank so much. Example in the original doc allows download from the url (server) of the application itself i guess (if it works). If I understand correctly, yours...
> https://flet.dev/docs/guides/python/navigation-and-routing/#url-strategy-for-web > > You can do this very easily by using the information here and adding some programming skills. Thanks again. My programming skills aren't that great. Will need...
> https://flet.dev/docs/guides/python/navigation-and-routing/#url-strategy-for-web > > You can do this very easily by using the information here and adding some programming skills. Thank a lot @burhansvural . This worked ... upload folder...
Resolved (based on input from @burhansvural and many posts from stackoverflow)
@timok19 , @ndonkoHenri This is how I am doing it currently. User selected file is uploaded into the dynamically created folder based on user input via variable session_area_path. -- @app.put("/upload")...
@timok19 Got this. Thank you.
> Do you mean this for a certain feature to have this > > Or the standalone side by side comparison as a feature in itself? > > Also all...
It will be helpful to have an option (via preferences?) to allow page break introduced in text files at same positions where the new page starts / separate page in...
> You can pass the key from an environment variable or just paste this into your code: > > os.environ["FLET_SECRET_KEY"] = os.urandom(12).hex() How would this work with multi threaded app?...
This is creating very ugly UI 🤷♂️. Any good ideas or workaround ?