How to open exact file in the server #7346
-
I have an application allow users to create file on server on their own folder. When they click the icon edit on that new item from the list, the browser will open the code server application via an url contain folder parameter. How can i pass exactly the file name via parameter also, for example: https://my-code-server.myapp/?folder=/home/username/my_project&file==/home/username/my_project/my_new_file.txt |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is no easy way to do this at the moment. Some folks were able to find workarounds using |
Beta Was this translation helpful? Give feedback.
There is no easy way to do this at the moment. Some folks were able to find workarounds using
payload
but I have not tried them myself. #1964