If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Outputting BLOBs

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-21-04, 19:37
DrSmartman DrSmartman is offline
Registered User
 
Join Date: Aug 2003
Location: Reston, VA
Posts: 59
Outputting BLOBs

Hi all,

I did a search, but actually didn't find much information regarding the use of BLOBs. I have an application that requires the upload and storage of a variety of file types (images, video, etc). Currently, we are using a field to reference these files in the file system. My question is.....is there any reason to use a BLOB in this instance? It seems like they are more trouble than they are worth. Any success stories? The negatives I've experienced are the 16MB limit on MyISAM tables, space overhead.....they just seem more difficult to handle. I'd like to here of any advantages for using BLOBs.

Also, a more specifc yet off the topic question (well, not that far)....is there anyway to embed BLOBs in a web page? The only way I saw to output BLOBs was right after the 'HEADER: Content Type' is sent. Am I missing something?

Just looking for better options to my current solution....if they exist.

Many thanks!!!!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On