[PHP] Saving files back to server

2002-03-20 Thread Adam . Whitehead
Hi All I have a rather interesting thought for a website I'm currently working on. I imagine this is not going to be possible, but here goes: - Visitors can go to a page http://www.whatever.com, log in, and get a list of files in their home directory. - They click a link for a document (for

Re: [PHP] Saving files back to server

2002-03-20 Thread Miguel Cruz
On Thu, 21 Mar 2002 [EMAIL PROTECTED] wrote: It can be accomplished using HTTP PUT to a script which receives it and then copies it back to its relevant location (in the users home directory). However, the difficult part would be to cause Microsoft Word to trigger the upload whenever a user