Hey all,
I have a script that works fine on my pc (windows/apache) and my linux/apache server but it does not work on the clients windows/iis server. It dies at move_uploaded_file() - the server admin swears the permissions are fine.
Here is my output for the error.
c:\inetpub\wwwroot\cms\downloads\
Array
(
[thefile] => Array
(
[name] => characters_cheat_sheet.pdf
[type] => application/pdf
[tmp_name] => C:\temp\php1D.tmp
[error] => 0
[size] => 506488
)
)
Your file could not be uploaded because: .
Please help, it's driving me insane.