On Monday 03 June 2002 17:23, nauti wrote:
> Hi, i am having a problem with my mysql database inserting images in a blob
> field. I upload files from a form using the following code:

[snip]

> half image only, and size is always 65535 bytes.
>
> Is maybe any limitation in the way i do the upload? Because i think the max
> size for a blob field is 16 Mb.

Reading the manual is better than thinking.

BLOB       => 64K
MEDIUMBLOB => 16MB
LONGBLOB   => 4GB

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *


/*
The Second Law of Thermodynamics:
        If you think things are in a mess now, just wait!
                -- Jim Warner
*/


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to