Posts by Rodrigo da Paz • 21 points
2 posts
-
1
votes2
answers946
viewsA: How to resize images before upload using c#Asp.net
found that the library System.Web.Helpers has a class called WebImage. It is possible to resize the image and save the upload. I just needed a logic to find the right height, because it doesn’t…
-
1
votes2
answers946
viewsQ: How to resize images before upload using c#Asp.net
I am learning. net mvc 4 and would like to know if there is any good and simple library, to resize images before uploading, I googled and only found complex functions with resizing calculations made…