Re: [PHP] File Upload Headaches

2001-07-18 Thread David Robley
On Thu, 19 Jul 2001 16:06, Jason Rennie wrote: > Hi all, > > Can anybody see what is wrong with this code ?? > > > echo "\$userfile = $userfile"; > echo $HTTP_POST_FILES['userfile']['tmp_name']; > > > // now to provide an assignment submission box > print ""; > print

[PHP] File Upload Headaches

2001-07-18 Thread Jason Rennie
Hi all, Can anybody see what is wrong with this code ?? echo "\$userfile = $userfile"; echo $HTTP_POST_FILES['userfile']['tmp_name']; // now to provide an assignment submission box print ""; print "\n"; pr