I got this error log: move_uploaded_file() enter code here [<a href='function.move-uploaded-file'>function.move-uploaded-file</a>]: Unable to move '/tmp/phpGmUpFW' to 'images/test@yahsoo.com.jpg' in enter code here
[..]send.php on line 32
also error log
`include(user_agent.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/[irelevent]/Craciun2013/index.php on line 63`
line32 states: if (move_uploaded_file($_FILES['uploaded_file']['tmp_name'], $file)) {
Please help.
It seems php (either www-data, apache or whatever user runs it) doesn't have permission on your current path. Have you checked who's the folder owner and what permissions does it have?