Click here to Skip to main content
15,879,326 members
Articles / Web Development / ASP.NET

Uploading and returning files in ASP.NET MVC

15 Apr 2014CPOL 221.6K   87   36
Index 1. Brief 2. How to upload a file? 2.1 Basics 2.2. Reading files from request 3. HttpPostedFileBase 3.1. Behind the scenes 3.2. HttpPostedFileBaseModelBinder 3.3. HttpFileCollectionValueProvider 4. Uploading multiple files 5. Using view models to validate POSTed files 5.1. FileSizeAttribute
We're sorry, but the article you are trying to view was deleted at 6 Aug 2015.

Please go to the ASP.NET Table of Contents to view the list of available articles in this section.