Author: Niall20 | Posted on: 11/27/2008 8:27:10 AM | Views : 916

Hi there everyone,
Looking for some assistance.
I am currently creating a website that display photos to the user of different products. The website is managed from an admin area where the administrator can mange the products, upload the product image etc.
Now my questions, which is a better/recommended approach regarding images... The website requires to images to be at 3 different sizes. So my options are, admin uploads image and at runtime I use a HttpHandler to resize the image to the 3 relevant sizes OR when the admin user is uploading the image, at this point the image is resized into the 3 different sizes. Which is the better approach, taking in to account the quality of the image, performance, usability etc.
My other question is regarding the storing the images.  I am unsure again which is the best approach, store the image in the database or in the file system. My normal approach was to store the image in the file system but now I am exploring t ...

Go to the complete details ...