--- raquibul islam <[EMAIL PROTECTED]> wrote: > I didnt try anything bcoz i dont have any idea how to work with this .
At the risk of repeating my post from a couple days ago, unless you have a really compelling reason to store images in the database, don't do it. Instead, store the image files in the filesystem and the data (ie the filename or path to the file) in the database. You will end up with a much more efficient system in the long run. James