Re: [PHP] Saving Files

2005-01-05 Thread Richard Lynch
[EMAIL PROTECTED] wrote: > 3. Saves/downloads the file to that exact location as pulled from and > replaces the old file Ain't no way you're going to be allowed to decide where to save files on *MY* computer! That would be a MAJOR security hole... Now let's look at ways you *COULD* do this. Fi

Re: [PHP] Saving Files

2005-01-04 Thread Richard Davey
Hello prthomp, Wednesday, January 5, 2005, 1:24:24 AM, you wrote: pue> The whole process: pue> 1. User uploads from a specific location (that I already know) pue> 2. Modifies the file via the web pue> 3. Saves/downloads the file to that exact location as pue> pulled from and replaces the old file

RE: [PHP] Saving files

2003-01-22 Thread John W. Holmes
> Hello to everybody!!! I'm writing to know if somebody > knows a way to obtain the paht to save a file in the > computer from a button, like the tag, > but for saving a file. Thank you very much for your help!! > I'll really appreciate the answerd. I couldn't find "paht" on websters.com. You'll

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 use