Hello programmers. Please am currently working on an ASP.NET website. The major work on the website is all about images uploads by the users, am going to be dealing with lots of image uploads from the user. But the problem is that am still unable to come up with the best method to handle the images.

Am thinking of using ajax image upload and automatic resize. But am unable to get free tutorial or scripts for it online just as it's cheap to get for php.
Please I need your help ASAP. Thanks

Well, you didn't specify either you are giving multiple upload facility or one image at a time. Lets divide your problem into two parts, first image upload, if you are looking good uploader please see following link:

http://www.codeproject.com/Articles/15742/Multiple-File-Upload-With-Progress-Bar-Using-Flash
http://www.dotnetcurry.com/ShowArticle.aspx?ID=317

Next, when you will have image in your application, next thing is to resize them. Please see following links for better idea how to do them efficiently, this include both image upload and resizing:

http://weblogs.asp.net/aaronschnieder/archive/2011/08/01/image-upload-crop-and-resize-with-asp-net-mvc-jquery-uploadify-and-jcrop.aspx

http://www.dotnetcurry.com/ShowArticle.aspx?ID=317

http://forums.asp.net/t/29645.aspx/1

commented: This really helps +0
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.