Skip to content

A simple project demonstrating how to implement a file upload web service. This sample uses ASP.NET MVC 4 to expose a RESTful endpoint where an MVC controller can receive HTTP requests to upload and store a binary file.

anthonybaker/MVC_FileUploadSample_01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MVC_FileUploadSample_01

A simple project demonstrating how to implement a file upload web service. This sample uses ASP.NET MVC 4 to expose a RESTful endpoint where an MVC controller can receive HTTP requests to upload and store a binary file. Check out the corresponding Blog Post for a step by step guide and full explanation about this sample: http://blog.anthonybaker.me/2013/06/how-to-implement-file-upload-restful.html

About

A simple project demonstrating how to implement a file upload web service. This sample uses ASP.NET MVC 4 to expose a RESTful endpoint where an MVC controller can receive HTTP requests to upload and store a binary file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages