$HTTP_POST_FILES/$_FILES is provided to contain the uploaded file
information.
The contents of $HTTP_POST_FILES are as follows. Note that this assumes the
use of the file upload name 'userfile', as used in the example script above:
$HTTP_POST_FILES['userfile']['name']
The original name of t
You haven't defined $file_name before trying to echo it, I think you'll
have to create it using $HTTP_POST_...['file'] and HTT...['name']
Also check your php.ini to see if file uploads are allowed and if yes the
max. limit.
> I have searched high and low and done everything
> recommended generical
2 matches
Mail list logo