I am trying to get an image uploading script to work. I get the following error when I try to use it to upload a file.
PHP Error Message
Warning: move_uploaded_file(/home/a2359472/public_html/pics/userpics) [function.move-uploaded-file]: failed to open stream: Is a directory in /home/a2359472/public_html/test/index.php on line 46
PHP Error Message
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpxkAqBx' to '/home/a2359472/public_html/pics/userpics' in /home/a2359472/public_html/test/index.php on line 46
Any help is greatly appreciated.
PHP Error Message
Warning: move_uploaded_file(/home/a2359472/public_html/pics/userpics) [function.move-uploaded-file]: failed to open stream: Is a directory in /home/a2359472/public_html/test/index.php on line 46
PHP Error Message
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpxkAqBx' to '/home/a2359472/public_html/pics/userpics' in /home/a2359472/public_html/test/index.php on line 46
Any help is greatly appreciated.