Have you check this out: http://nl.php.net/manual/en/features.file-upload.php ? It should get you going -----Original Message----- From: Anthony Ritter To: php-windows@xxxxxxxxxxxxx Sent: 2004-04-15 18:26 Subject: file upload [...] $data = addslashes(fread(fopen($_FILES[form_data], "r"), filesize($_FILES[form_data]))); [...] The file does not get uploaded. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php