Dear Rajat, Consider using 4shared.com This might help
Regards, Roshan ________________________________ From: Arun Khan <[email protected]> To: [email protected] Sent: Tuesday, February 24, 2009 9:47:40 AM Subject: Re: [twincling] File Sharing/Editing Through Web Interface On Saturday 21 Feb 2009, rajat bhatnagar wrote: > Dear All, > > I have a simple problem . They always start simple :) > I have lots of mixed format file content located in various folders > on my Box. > This as to be exposed over the web (Browser interface) in the > network. > > The solution has been achieved by pushing the folders in the htdocs > folder of Web Server(I use Apache). > and the content is being accessed by the URl http://<IP > Address>/<Folder Name>. Are you using the WebDAV module? > Now i want to go one step further and want that those files should be > editable also .i.e there should be an edit and upload option so that > end users can edit and upload the docs .This can also be done.. By the above statement "This can also be done", have you actually done it? If so, please share how were you able to do this i.e. per Linux user/group scheme i.e. which uid/gid have ownership of these files? > But the problem statement is that multiple users are editing and > updating the doc at the same time. > So my mind is going nuts on the logic for managing this concurrency. > Microsoft people actually hve done this but i do not want to use > there products and am looking > for some open source *solution */ *Logic *so that i can implement it. No need to loose your mind over this :) I would suggest a simplistic locking mechanism - where in the file is locked for edit if it is checked out (akin to source code management). Alternately, investigate the use of a source code management as a backend. -- Arun Khan [Non-text portions of this message have been removed]

