[PHP] User Upload

2002-10-13 Thread tony
How would I go about allowing a user to upload a file which I then read and store its contents in a mysql database and then delete the file, or any more efficient method. Any help at all would be great. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] User Upload

2002-10-13 Thread Stephen
copies the contents and saves it into a MySQL table. The code would be too long to put in for this list though... Thanks, Stephen Craton http://www.melchior.us - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 12, 2002 11:31 AM Subject: [PHP] User