Image Uploading — is BLOB the way to go? [closed]?

I wouldn't use database storage for large images, just upload them and write the file path/name and details into a database. Have a field in the database for Priority if you need to retrieve the images in a specific order Just found Uploadify today, works great.

I use this on a project i'm working on and the way to go without having to write the files to disk is using a text column with the image as base64 string encoded data. The beauty of this is that you can output the file directly to browser via Data uri (info here: en.wikipedia.org/wiki/Data_URI_scheme).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions