Re: [PHP] File Upload Headaches
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
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