This is a problem I've faced recently. I have a Java application which give the facility to create user accounts and then the user can upload files to the remote server which the application is hosted.
At some point the user can do the followings to edit that file.
The problem is the user have to upload it to the server again. How can I avoid that.
I mean to simplify the user experience.
I think below will be a good solution.
I know this is not a programming code error or something , I'm just wondering how can we achieve this ? Is there any library or a technology for this.
I heard about webDav , and its implementation like Milton. Is these can solve this ? or any of you know a way to achieve this. I need some ideas and thoughts how i can do this. please give your kind help.
Yes, you can do this by implementing webdav support in your webapp, and Milton.io is designed specifically to allow that.
There are tutorials on the milton website showing how to do it. Takes about 20 mins
To integrate click to edit into the web browser you need to use IE. Its possible to do the same in FF and Chrome, but requires addons to be installed.