Re: [PHP-DB] upload problem ...

2001-07-13 Thread Steve Brett
Xsarus Internetdiensten Holland [EMAIL PROTECTED] - Original Message - From: Andre P. [EMAIL PROTECTED] To: Steve Brett [EMAIL PROTECTED] Cc: php-db@lists. php. net (E-mail) [EMAIL PROTECTED] Sent: Monday, June 25, 2001 6:17 AM Subject: Re: [PHP-DB] upload problem ... Steve,

RE: [PHP-DB] upload problem ...

2001-07-13 Thread Darren Casey
-Original Message- From: Steve Brett [mailto:[EMAIL PROTECTED]] Sent: 13 July 2001 11:05 To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] upload problem ... many thanks i'll try that asap. The directorys will still need the permissions set so anyone can read/write to the directorys

Re: [PHP-DB] upload problem ...

2001-06-26 Thread Xsarus Internetdiensten
: Monday, June 25, 2001 6:17 AM Subject: Re: [PHP-DB] upload problem ... Steve, When you use input type=file the web server uploads the file to a temporary directory which it must have write access to, i.e. the user that the httpd process is run as must have write access to /php/tmp. To my

Re: [PHP-DB] upload problem ...

2001-06-25 Thread Andre P.
Steve, When you use input type=file the web server uploads the file to a temporary directory which it must have write access to, i.e. the user that the httpd process is run as must have write access to /php/tmp. To my knowledge there is no way of allowing the httpd process to write to that