10
Shouts

ASP.NET MVC Uploading and Downloading Files

published 1274 days, 23 hours, 45 minutes ago posted by MikesdotnettingMikesdotnetting 1276 days, 8 hours, 35 minutes ago
Wednesday, December 23, 2009 7:27:27 AM GMT Monday, December 21, 2009 10:37:30 PM GMT

ASP.NET MVC Uploading and Downloading Files   If you come to ASP.NET MVC from a purely ASP.NET Web Forms background, one of the first things you are likely to notice is that all those nice easy Server Controls have disappeared. One of those is the FileUpload, and its absence seems to cause a few problems. This article looks at how to upload files to the server in an MVC world, and how to get them back from the server to the user again.

 

In Web Forms, when you drag a FilUpload control...

category: Web Dev | clicked: 6 | | source: www.mikesdotnetting.com | show counter code
tags: ASPNETMVC