On Fri, 23 Jun 2000, Daniel O'Connor wrote:
% I chunk of binary data you can put in a DB.
% 
% Like an image, or an mpeg, or a sound file..
% 
% AFAIK postgres supports BLOBS.

  So does MySQL.  You can display a BLOB using a Perl/DBI cgi script
with about 5 lines of code.  Just print the correct Content-type
header and then the contents of the BLOB. 

        - Murray



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to