using Plupload with ASP.NET/C#
UPDATE I was able to get everything to work properly and I just wanted to post back with the updated code. I used Darin Dimitrov’s suggestion on using a separate generic http handler for handling the file uploads and so this is the code I came up with for that… let me know if you … Read more