Results 1 to 2 of 2

Thread: BLOB Image Thumbnail

  1. #1

    Thread Starter
    Frenzied Member Tec-Nico's Avatar
    Join Date
    Jun 2002
    Location
    México
    Posts
    1,192

    BLOB Image Thumbnail

    Hello, I am storing pictures inside a DataBase (Access) as a BLOB and display them later using an ASP page.

    After searching the forums I found there is no answer on how to do this without using a third party component. As much as I would like to do this, the hosting provided by the customer won't allow anyone to install additional components.

    For the above reason, the pictures are stored in the DataBase (host won't let us upload them either).

    So, here comes my question:

    Does anyone know how to create a thumbnail on the fly given an image or a BLOB field?

    I am searching for a solution that is not as easy as "resize the img tag you are using".

    It could also be possible if you suggest me how to create a thumbnail before storing the picture in the database and save it in a thumbnail field.

    Thanks for your time and patience. If you need the code used to store the BLOB or display it, feel free to ask for it.
    We miss you, friend... Rest in Peace, we will take care of the rest of it.

    [vbcode]
    On Error Me.Fault = False
    [/vbcode]
    - Silence is the human way to share ignorance
    Tec-Nico

  2. #2
    Fanatic Member kaihirst's Avatar
    Join Date
    Jul 2005
    Location
    The Resaurant At the End of The Universe
    Posts
    633

    Re: BLOB Image Thumbnail

    Hi.

    You cant do this or alter the dimensions of the blob image once committed to the recordset object, adn the solutions youre looking at is already in your question.

    Resize the IMG tag to suit this.

    Sorry I cant be of any further assistance..

    Kai
    As the information I give is useful in its nature, consider using the RATE POST feature located on the bottom left of this post please..

    A few things that make a good Developer a Great One.
    Methodical and a thorough approach to research and design inevitably leads to success.
    Forward thinking is the key to Flow of control.
    Never test in the design environment, always test in real time, you get the REAL results.
    CBSE & OOSE are the same animal, they just require different techniques, and thinking.
    SEO is a globe of objectives, SE rankings is an end to a means for these objectives, not part of them.
    The key to good design is explicit attention to both detail and response.
    Think Freely out of the "Box" you're in..... You will soar to better heights.

    Kai Hirst - MSCE, MCDBA, MCSD, MCP, MCAP, MSCT


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width