FIle upload - Copy function issues

A

Anonymous

Guest
use form attribute like enctype
and to get the exact file name which you are uploading,
pleae use
$_FILE['your_field_name']['tmp_name']
 
Back
Top