[PHP] Probs with PHP4 and MySQL File Upload...

2001-03-22 Thread Kilian
re [tmpdir] is the upload_tmp_dir specified in php.ini. This directory has 777 permissions, so it is readable by all. I'm confused because it worked without any problems with PHP 3. Thanks very much for any hint... Greetz, Kilian -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] Problems uploading Files

2001-03-22 Thread Kilian
ocess 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 which the file should be uploaded. -- Kilian -- PHP General Mailing List (http://www.php.net/) To unsu

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