Skip to content

Instantly share code, notes, and snippets.

@pdcullen
pdcullen / UploadController.cs
Created July 28, 2014 13:36
ng-flow asp.net api2 upload class
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Runtime.Serialization;
using System.Threading.Tasks;
using System.Web;