Hello, Here's what I'm wondering how to do: I can do everything except number 3.
1) User 1 uploads a file (perhaps word doc, but not necessarily) to a predefined directory on the web server
2) user 2 opens that file by clicking on the relevant link (which he can easily see)
3) User 2 edits that file (perferably in a different colour to the standard black) and clicks some button which says "Save". The file is then saved with the changes, and then closed and put back in the same directory.
4) User 1 can then open the edited file and see the changes.
I guess it's all essentially like sending emails with attachments back and forth, but I need it to happen on a web-based system.
Is this doable? Many many thanks to anyone who can point me in the right direction.
1) User 1 uploads a file (perhaps word doc, but not necessarily) to a predefined directory on the web server
2) user 2 opens that file by clicking on the relevant link (which he can easily see)
3) User 2 edits that file (perferably in a different colour to the standard black) and clicks some button which says "Save". The file is then saved with the changes, and then closed and put back in the same directory.
4) User 1 can then open the edited file and see the changes.
I guess it's all essentially like sending emails with attachments back and forth, but I need it to happen on a web-based system.
Is this doable? Many many thanks to anyone who can point me in the right direction.
Comment