ASP.NET Uploading and Resizing Images

11. October 2009

When working on the web whether it be a full blown CMS or a small product cart. The issue of how to upload images, and especially resize them to fit your site comes up quite a bit. C# has a useful image library that you can use to resize your images to fit your needs. This post will show you how to upload the file, manipulate it, and then save it so that it can be used where you need it.

More...

ASP.NET, SQL Server, General, LINQ , , ,

Manipulating and Saving Images Locally from a Remote Server

15. April 2009

It has come up a few times. Say you want to be able to allow someone to edit content using a rich text editor and allow them to upload images. Well, often you will find that they are linking images from other servers and the images are not formatted or sized appropriately for your application.

More...

ASP.NET, .NET 2.0, .NET 3.5 ,