The asp.net-mvc-file-upload tag has no wiki summary.
8
votes
1answer
3k views
How do you convert a HttpPostedFileBase to an Image?
I am using ASP.NET MVC and I've an action that uploads the file. The file is being uploaded properly. But I want width and height of the image. I think I need to convert the HttpPostedFileBase to ...
1
vote
1answer
276 views
File is empty and I don't understand why. Asp.net mvc FileResult
I am trying to use the built in asp.net file result to return a file that I am trying to make through a file stream. I am using Dday.ical to make my calendar for export
MemoryStream export = new ...