Uploading files with PHP script
Posted: Mon Jul 24, 2006 6:11 am
I am trying to upload files with PHP script, but there are some problems.
$_FILES[..] variables don't work. Is there any alternative way to get the filename variables from the HTML form.
I have set up the temponary upload dir in PHP.INI, and it exist.
Thanks
$_FILES[..] variables don't work. Is there any alternative way to get the filename variables from the HTML form.
I have set up the temponary upload dir in PHP.INI, and it exist.
Thanks