Platform independent remote file editing

Posted by Ressu on Stack Overflow See other posts from Stack Overflow or by Ressu
Published on 2011-01-14T20:49:10Z Indexed on 2011/01/14 20:53 UTC
Read the original article Hit count: 183

I've been investigating possibilities on editing remote files from a website without having a need to download and upload the files manually while editing. So far I've ruled out WebDAV as a possibility since it is cumbersome to use on any platform (it either requires manual setup or works unreliably).

Currently I'm looking in to various Applets, but they mostly target either uploading or downloading, not file editing. What I'm currently looking for is an applet that downloads the document, launches the application that is meant to open the file and then monitors the file for changes and uploads the changed file (either automatically or by prompting the user first).

I know that I'm not alone with this scenario, so i'm looking for solutions that others have thought of.

© Stack Overflow or respective owner

Related posts about web-applications

Related posts about cross-browser