[PHP] Re: File upload problem

2003-06-05 Thread Sami Kollanus
27;tmp_name'], $upload_dir.$HTTP_POST_FILES['file1']['name']); } else { echo "WARNING: File is zero size !!!"; } Mi5ha -- Please enter your access password: penis ERROR: Sorry your password is not long enough... "Sami Kollanus" <[EMAIL PROTECTED]> wro

[PHP] File upload problem

2003-06-05 Thread Sami Kollanus
I'm using: - Apache 2.0.40 server (linux) - PHP 4.2.2 I use file uploads in my code, but there occured small problems with the server update(from Apache 1.3.??, PHP 4.1.2). is_uploaded_file()- and move_uploaded_file()-functions don't work correctly any more. Or actually the file upload system do