Tagged Questions

4
votes
1answer
830 views

C# - I cannot reference HttpPostedFileBase

I am using MVC .NET in a distributed environment with CSLA and I can reference HttpPostedFileBase from one of my web layers (eg Website.MVC), but I cannot reference HttpPostedFileBase from a separate ...
0
votes
2answers
570 views

Upload file in ASP.NET MVC (Again!)

I have a problem with uploading file in asp.net mvc 2. My controller function's parameter is a FormCollection type. Because number of fields are too many, I can't seperate each field as parameter. I ...