|
Posted by Benjamin Niemann on 07/23/05 12:27
Ben Bullock wrote:
> Is it possible to make a link in an html document something like
>
> <a href="edit:file">Edit the file</a>
>
> which would then pop up the user's own favourite text editor to edit the
> file in question?
>
> I know it's possible to have a text editing window on a browser screen,
> but I'd like to be able to send the file to a text editor.
You may try to setup a WebDAV server that hosts the file. Some systems
(client side) have native WebDAV support. If you serve your file as
'text/plain', and the client browser is configured to launch a texteditor
for these files, it may upload the modified file back to the server, when
the user saves it.
--
Benjamin Niemann
Email: pink at odahoda dot de
WWW: http://www.odahoda.de/
Navigation:
[Reply to this message]
|