File Upload HELP!!
Posted by: cmarkovitz
Posted on: 2006-09-25 07:24:00
I am trying to do a file upload using a php file and I keep receiving errors that I don't know how to address:
Warning: move_uploaded_file(/main/uploads/spacer.gif) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/.kasian/cmarkovitz/ewcmedical.net/admin/upload_file.php on line 134
and
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/home/.kasian/cmarkovitz/ewcmedical.net/temp/phpIIpcLQ' to '/main/uploads/spacer.gif' in /home/.kasian/cmarkovitz/ewcmedical.net/admin/upload_file.php on line 134
As you can see I set the upload_tmp_dir in my php.ini as well as allowing file uploads, etc.
I am still unable to do it....
PLEASE HELP!!!
Thanks in advance.
Craig