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