Posted by Andy Hassall on 08/17/05 21:35
On 16 Aug 2005 17:05:01 -0700, bissatch@yahoo.co.uk wrote:
>Think I know what the problem was. The image I was using was about
>1200x1500px, when I resized the image (as I will do in my script
>anyway) it should be ok.
>
>Is there a maximum data size that datatype, 'text' can store in a
>database or is there something else in the above script that is
>limiting this? Cheers
Yes, 2^16 bytes = 64Kb, which won't get you very far for big images.
http://dev.mysql.com/doc/mysql/en/storage-requirements.html
--
Andy Hassall / <andy@andyh.co.uk> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
[Back to original message]
|