I have a request to make some changes in the file picker #3373
armin567ip
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You might know there is a library in Python called Streamlit. It's simply a framework that allows you to create Web apps easily with python. type
pip install streamlit
in your terminal and then open a python file and copy these codes.then in the terminal enter
streamlit run main.py
or whatever you called your .py file.now as you can see it's a simple web page that has a browse button. and when you choose a file.
the file will be uploaded to the directory of the python file (the folder where your .py file is located)
and that's what I'm asking for in flet. I want that when i upload a file. it uploads/copy that file to the directory of the .py file.
And I know I can do that with some libraries on Windows. The reason I'm asking this in here is cause I want it to work on Android
Beta Was this translation helpful? Give feedback.
All reactions