i have a file upload form but cant get it to work. Its worked a 1000 times b4 but it wont work on my clients server as register globals is OFF!
the file field is called img1, but on the php file this form posts to it always comes out empty. Even when i use
$img1=$_POST['img1']
[/code]
which works fine for the rest of the normal fields.
any ideas? does the tmp file name get stored anywhere?
thanks