Re: [PHP] HTTP_Upload with PHP

2002-03-20 Thread Dreamriver.com
Hello, I also have been seeing file upload problems with version 4.1.2. It seems that the (phpinfo()) default settings of: upload_tmp_dir = no value no value ... are not in agreement with [online documentation] the anticipated temporary upload folder named "/tmp". $upload_tmp_dir = "/tmp

Re: [PHP] HTTP_Upload with PHP

2002-03-20 Thread Rasmus Lerdorf
'none' comes from a failed file upload. Figure out why the file upload is not working. Did you perhaps turn file uploads off in your php.ini file? -Rasmus On Wed, 20 Mar 2002, Rick wrote: > We have an application that used PHP's FTP function to upload files. Now it > worked until we upgraded

[PHP] HTTP_Upload with PHP

2002-03-20 Thread Rick
We have an application that used PHP's FTP function to upload files. Now it worked until we upgraded to 4.1.2. We have now downgraded back to 4.1.1 but still no luck, it won't work. We have set upload_max_filesize and post_max_size as well, and that doesn't seem to help. Here is the following cod