Tagged Questions
2
votes
1answer
877 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 ...