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 |
Answered by
code-asher
May 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no easy way to do this at the moment. Some folks were able to find workarounds using
payloadbut I have not tried them myself. #1964