Author: TA123 | Posted on: 8/15/2008 3:44:33 AM | Views : 978

Hi All,

� 

I have to design a system in ASP.net in which user has to upload an image on one webage(WP1) and would be able to search images in other webpage(WP2).WP2 page will have a feature of viewing the thumbnail view of the images which pass the serach result and then user would be able to click and view full size image.

� 

This system need to be very much performance efficient.

I have two approaches in mind to implement WP1:

1.Run two thread asynchronosly, one to upload the full image and other to reduce the size of image and then upload it for thumbnail for the full size image to the database.

2.I upload the full size image to the database.Then fire a trigger at database level which will take the full size image, make it of small size for thumbnail view and store it in the database along with the full size image.

� 

Go to the complete details ...