Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have been making a project and I need to upload an image. When the user selects images, 300x300 size images will be uploaded. When finished, 700x700 size of same images will be uploaded. Finally the original version of the images will be uploaded to the server.

In short user will select images one time and I want to upload images that selected by user as the different sizes to the server.

How can I make this project using .NET and AJAX?
Posted
Updated 13-Jan-15 3:19am
v3
Comments

1 solution

Have you had a look at blueimp's jQuery file upload plugin....I think it will do exactly what you want.

https://github.com/blueimp/jQuery-File-Upload/wiki/Client-side-Image-Resizing
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900