RE: [PHP-WIN] uploading filez with $HTTP_POST_FILES ?????

2002-10-10 Thread Mikey
Try using the $_FILES array... regards, Mikey -- Insert stream of consciousness here -Original Message- From: toby z [mailto:[EMAIL PROTECTED]] Sent: 10 October 2002 11:15 To: php hlp list Subject: [PHP-WIN] uploading filez with $HTTP_POST_FILES ? ok now i know i ve

RE: [PHP-WIN] uploading filez with $HTTP_POST_FILES ?????

2002-10-10 Thread toby z
ya mikey its workin now thnx . heres me code pal . in load.php echo(input type=hidden name=MAX_FILE_SIZE value=200 Send this file: input name=userfile type=file input type=submit value='Send File' ); in up.php if (copy($_FILES['userfile']['tmp_name'], E:\\final