Introduction:-
This article explains how to create a image with different
size in asp.net.
Description:-
In my previous post How to Upload and Save Image Without any Postback by User in
Asp.net ,I have explained on image file
validation check in javascript as well as instantly reading the image after
selecting from dialog box.Here I am going to explain how you can store that same
image in different sizes.
You have to specify some unit to store image in different sizes.As I have explained before you have to take one image upload control and one image viewer control.There is so many different approach is there to do this work but I am providing code which is very simple to implement as well as light weight than other approaches.
You have to specify some unit to store image in different sizes.As I have explained before you have to take one image upload control and one image viewer control.There is so many different approach is there to do this work but I am providing code which is very simple to implement as well as light weight than other approaches.