Tagged Questions

4
votes
1answer
854 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 ...
2
votes
1answer
887 views

How should i save a HttpPostedFile

Situation, a user MAY upload a file and MAY trigger the spam filter. If it does trigger the spam filter i save all the post data and show a captcha. If the 'bot' doesnt succeed by the time the session ...
0
votes
2answers
51 views

How to Send and Receive file?

I want following type of functionality There are two users A and B both are visiting same page This page has a button(Send File) . When A clicks on button an Open Dialog box should appear When ...