HOW IS IT NOT WORKING? Are you getting an error? Is your hard drive being erased? Do you get little electrical shocks from the wires tied into your braces when you hit enter and upload a file over 10k that has blue and yellow within it but not part of the border????
Info, man...provide it. ---John Holmes... ----- Original Message ----- From: "Dani" <[EMAIL PROTECTED]> To: "1LT John W. Holmes" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, May 25, 2002 8:24 PM Subject: Re: [PHP] UPLOADING IMAGE > I have tried to use the filename but it's still not working. > > here is the whole code I've got: > > ****** First file called 'upload.php' > <html> > <head> > <title>Untitled Document</title> > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> > </head> > > <body bgcolor="#FFFFFF" text="#000000"> > <form name="form1" method="post" ENCTYPE="multipart/form-data" > action="uploadfile.php"> > <table width="50%" border="0" cellspacing="0" cellpadding="1"> > <tr> > <td width="21%">File</td> > <td width="79%"> > <input type="FILE" name="file"> > </td> > </tr> > <tr> > <td width="21%"> > <input type="submit" name="Submit" value="Submit"> > </td> > <td width="79%"> </td> > </tr> > </table> > </form> > </body> > </html> > > ******second file called 'uploadfile.php' > <?php > if($file) > { > echo "file name :",$file_name,"<P>\n"; > copy($file,"D:/graphic_practise/$file_name"); > > print("file uploaded"); > } > ?> > > thanks > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php