I'm getting a problem when using image upload.
I keep getting the error
Unknown $userfile_name
When I acces my file variable when global
_var is turned on in php.ini file, everything is fine.
However when I turn this off and I access my file as $_FILES['userfile'], I keep getting an error.
<form method="post" action="EditImage1.php" method=POST ENCTYPE="multipart/form-data">
<input type="File" name="userfile">
</form>