Re: [PHP] Problems uploading Files

2001-03-23 Thread Carsten Gehling
From: "Kilian" [EMAIL PROTECTED] Sent: Thursday, March 22, 2001 7:28 PM The user the webserver process runs under may not have the permission to upload the file. In many cases, the webserver runs as nobody. Thus, if you want to upload a file, nobody needs write-access to the directory into

RE: [PHP] Problems uploading Files

2001-03-23 Thread PHPBeginner.com
23, 2001 3:18 AM To: PHP General List Subject: [PHP] Problems uploading Files Hello again ! , i have a script that uploads a file , when i use the function move_uploaded_file() an error raises ,"Permission denied ." ,but if i upload the same file thru an ftp client it works

[PHP] Problems uploading Files

2001-03-22 Thread Renzi, Sebastian
Hello again ! , i have a script that uploads a file , when i use the function move_uploaded_file() an error raises ,"Permission denied ." ,but if i upload the same file thru an ftp client it works correctly ! Sebastin Renzi Consultora Desarrollo de Sistemas. CODES S.A -- PHP General

RE: [PHP] Problems uploading Files

2001-03-22 Thread John Almberg
]] Sent: Thursday, March 22, 2001 1:18 PM To: PHP General List Subject: [PHP] Problems uploading Files Hello again ! , i have a script that uploads a file , when i use the function move_uploaded_file() an error raises ,"Permission denied ." ,but if i upload the same file thru an

Re: [PHP] Problems uploading Files

2001-03-22 Thread Kilian
Renzi, Sebastian [EMAIL PROTECTED] wrote: Hello again ! , i have a script that uploads a file , when i use the function move_uploaded_file() an error raises ,"Permission denied ." ,but if i upload the same file thru an ftp client it works correctly ! The user the webserver process runs

Re: [PHP] Problems uploading Files

2001-03-22 Thread Kilian
John Almberg [EMAIL PROTECTED] wrote: [...] Someone else suggested that I use an HTML 'upload', but I can't find anything about this in my HTML documentation. input type="file" ... -- Kilian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP] Problems uploading Files

2001-03-22 Thread Julian Wood
anything about this in my HTML documentation. Any help much appreciated!!! John -Original Message- From: Renzi, Sebastian [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 1:18 PM To: PHP General List Subject: [PHP] Problems uploading Files Hello again ! , i have