Hi Everyone!!
copy($_FILES
[tmp_name], "/ .$_FILES
[name]) or die("could not copy the file."
;
I have the above line in a PHP script that uploads files to a folder on the server - It works perfectly fine one of my client's servers.
I take that very same script and try to use it on a different server & it doesn't work ie (I get the die message that I specify).
It is not a permissions issue, the web host people are telling me that it must be something in the php.ini file or something to that nature that has to be modified.
What settings have to be enabled to accept files ?
copy($_FILES

I have the above line in a PHP script that uploads files to a folder on the server - It works perfectly fine one of my client's servers.
I take that very same script and try to use it on a different server & it doesn't work ie (I get the die message that I specify).
It is not a permissions issue, the web host people are telling me that it must be something in the php.ini file or something to that nature that has to be modified.
What settings have to be enabled to accept files ?