ASP.NET Web Pages – Using WebImage to resize and save a photo
I’m using ASP.NET Web Pages to create a form in which I can select an image. I want to then resize the image into various different sizes so that I can display them on my website.
I’m using ASP.NET Web Pages to create a form in which I can select an image. I want to then resize the image into various different sizes so that I can display them on my website.
Ok, I’m sorry, this is probably a noob question but I’m kinda stuck.
For simplicity lets say that I have a web page that needs to display thumbnails of images. The images locations are stored in a database(the images are stored on Amazon S3). Is it possible to have my web server scale down the large image before it is delivered to the client? This way I don’t have to store thumbnails of every image and the client can download a smaller file.