views:

280

answers:

1

We have a scenario where we would like to allow our users to upload images to the site. We are running on ASP.Net.

A quick search did not result in anything good. It would be great if the control is free/open source but we do not mind paying a little bit.

A: 

The following links give the idea for this:
http://webcropimage.codeplex.com/
http://www.codeproject.com/KB/custom-controls/ImageCroppingControl.aspx

Now, You can customize fileupload control.

Brij
After going through a bunch, I liked these 2: http://plugins.jquery.com/project/imgAreaSelecthttp://odyniec.net/projects/imgareaselect/ http://deepliquid.com/content/Jcrop.html
Nikhil