The page has link to the text file placed somewhere in the network. If I click the link the file will be opened in the browser without the opportunity to edit it. How to do that user can click and open it in his/her favorite text editor?
Thanks
The page has link to the text file placed somewhere in the network. If
Share
If all you are trying to do is to edit the contents of the TEXT file then why not display the contents in a TextBox and let users update the contents and then save it.