|
|
I have a simple upload script that does not seem to work on one site, but not another. THis is a MS200X server. It fails at the move_uploaded_file function. I am wondering if anyone had this issue, and what they did to resolve it.
THe permission on the server have been checked and are ok. I can FTP into the site and upload files. It is just the move_upload_file does not work.
|
|
|
|
If filename is not a valid upload file, then no action will occur, and move_uploaded_file() will return FALSE.
If filename is a valid upload file, but cannot be moved for some reason, no action will occur, and move_uploaded_file() will return FALSE. Additionally, a warning will be issued.
What's your php code look like? What's your logs say? And how about your .ini files on the servers...are they different?
|
|
|
|
|
|
|
|