So I'm trying to upload a file to my php server but the move_uploaded_file() function keeps just returning false. I'm working on windows/apache.
This is my $_FILES array
... the tmp filename seems to be illegal. But I don't know how to get around it if that really is the problem. I've tried changing around the files and folders, and uploading .jpg files instead of .gif but no luck ...
This is my $_FILES array
Code:
[fileupload] => Array
(
[name] => spacer.gif
[type] => image/gif
[tmp_name] => /tmp\php154.tmp
[error] => 0
[size] => 43
)