> You might also 
> try checking the max size of the database column storing the 
> data in your situation if you don't want to use the hard disk 
> directly to store file contents.
> 

Ah, yes... In fact, BLOB in MySQL maxes at 64k.. You will need to use
the LONGBLOB type for the column as well. 

James

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to