1
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 in hand. As this is something very common, I believe there is some library ready and functional for this task. Anyone knows any?
the combination of this library with the component is exactly what I wanted. Thank you Thiago!!
– Rodrigo da Paz
Thiago, this library works with the "Fileupload" image of Webforms, I need a library that works with "Httppostedfilebase" of MVC. Do you know if you can adapt or just with another library?
– Rodrigo da Paz
for you to make it work with Httppostedfilebase would just add the references System.Web, System.Web.Httppostedfilebase and System.Web.Httppostedfilewrapper, I believe it works well.
– Thiago Friedman