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

2001-07-13 Thread comp.mail.sendmail
"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 ... &g

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

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

2001-07-13 Thread Steve Brett
x27;, but 'move_uploaded_file'. > > Ready... > Daniel Kieviet > Xsarus Internetdiensten > Holland > [EMAIL PROTECTED] > > > - Original Message - > From: "Andre P." <[EMAIL PROTECTED]> > To: "Steve Brett" <[EMAIL PROTECTED]>

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

2001-06-26 Thread Xsarus Internetdiensten
TECTED]> 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, > > When you use input type=file the web server uploads the file to a > temporary directory which it must have write acces

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

2001-06-25 Thread Andreas D. Landmark
At 25.06.2001 09:41, you wrote: >hi, > >i have a site and need to write a script to upload / download files so the >database can be updated / backed up. > >i've tried setting up an machine but php gives an eror onthe server saying that the /php/tmp dir >cannot be written to by, i assume, the nobo

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 di