Posted by Andy Hassall on 09/12/06 22:39
On 12 Sep 2006 06:31:44 -0700, "jackpod" <joebassil@gmail.com> wrote:
> I have been trying to write an image to a database table BLOB field in
>MySQL but when I try to retrieve the image to display it, it shows as
>being empty. Are there any special considerations I need to take into
>account when reading and writing images to a DB? Thanks.
One thing to consider is that BLOB only stores up to 64kB, which may not be
big enough. But as Jerry says, you should post some code.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|