-
My trame app is containerized into a docker container. I have a UI button for uploading files or selecting directories. The problem I am facing is, when the user clicks on the button it should start their file browser and then upon selection, pass on the information like the path to the app that is inside of the docker container. Is this even possible? I initially tried with "local file browsing" method on the trame website where you use tkinter but as far as gotten with that solution is highly platform dependent and only opens the file system of the container. Any ideas to solve this, or any other approach is much appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you are talking about uploading a file, that guide cover it. If you are talking about browsing some path, you have to be more explicit on which part you want to browse (local/browser vs remote/py-server)? |
Beta Was this translation helpful? Give feedback.
Yes