Jump to content

need helps ERROR Warning: copy() [function.copy]: Filename cannot be empty


robert_gsfame

Recommended Posts

$HTTP_POST_FILES was depreciated really long ago in php4.1, turned off by default in php5.0, finally throws a depreciated error if turned on in php5.3, and has been completely eliminated in upcoming php6. Is there some reason why you have not updated your code to use $_FILES?

 

In addition to that, it would appear that your code likely does not have any error checking logic in it to prevent accessing a non-existent uploaded file or to tell you when an upload fails.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.