Hi,
I have a problem with register globals. My web site allows image upload by users, but it only works with register globals ON. When register globals is OFF nothing happens when you upload an image.
The html form names the file 'image' and I have tried using
$userfile = $_FILES['image'];
to access the image in my php script but it does not work.
Hope someone can help me - thanks.