- Notifications
You must be signed in to change notification settings - Fork6.1k
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 |
BetaWas this translation helpful?Give feedback.
All reactions
There is no easy way to do this at the moment. Some folks were able to find workarounds usingpayload
but I have not tried them myself.#1964
Replies: 1 comment
-
There is no easy way to do this at the moment. Some folks were able to find workarounds using |
BetaWas this translation helpful?Give feedback.