Thank you very much your tips will help me a lot.
[]´s Waldemar
- Original Message -
From: "Mike Flynn" <[EMAIL PROTECTED]>
To: "Waldemar Brand Neto" <[EMAIL PROTECTED]>
Sent: Monday, April 22, 2002 5:10 PM
Subject: Re: [PHP-WIN] Problem with uploa
.
- Original Message -
From: "Mike Flynn" <[EMAIL PROTECTED]>
To: "Waldemar Brand Neto" <[EMAIL PROTECTED]>
Sent: Monday, April 22, 2002 12:35 PM
Subject: Re: [PHP-WIN] Problem with uploading Files with PHP 4.1.2 on IIS
> Thanks :).
>
> You will definitely n
At 11:56 AM 4/20/02 -0300, Waldemar Brand Neto wrote:
>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
Try something like this:
$the_file =
aj" <[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 fi
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