Dear Myke I have this problem too. When I save the uploaded file im Mysql it save the path of the file and not the image itself. How cam I read the file and save into a BLOB field.
Thanks. Waldemar ----- Original Message ----- From: "Mike Flynn" <[EMAIL PROTECTED]> To: "Uhaj" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, April 16, 2002 11:10 AM Subject: Re: [PHP-WIN] Problem with uploading Files with PHP 4.1.2 on IIS > The temp file is deleted after the script is run. So if you're checking > for the presence of that .TMP file after you have run your page, then you > won't find it. For security reasons (and also to save hard drive space), > the file is only there during the execution of the script. It is during > the execution of the script that you have to do something with the > temporary file before it is deleted, like copy it to a permanent file, or > read the file and insert the binary data as a BLOB into your database. > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php