Just for reference, I used mediumblob for 10-20K .JPG image files stored in a MySQL database... if anyone wants the PHP code, I could post it... put putting and getting the image out of the db. I'm sure there are a number of you who already know this. I'm no PHP guru by any means, but what I have works for me.
Interestingly enough, in the last databse I added to my website, I decided it would be better if I did not store the images in the database, but only a pointer to the images... seems to be MUCH faster that way. I believe I will continue to do more of filename storage rather than storing the actual file in the db. my $0.02 David M. __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com _______________________________________________ TriLUG mailing list http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ: http://www.trilug.org/~lovelace/faq/TriLUG-faq.html
