uploadify Archive

Upload Multiple Files With Progress Using Uploadify

I previously posted on how to use Uploadify to upload files. The previous post covered really well how to upload single files to an ASP.NET MVC controller using Uploadify. This post will expand on that a bit.

Upload Files With Progress Using Uploadify

I recently posted an in depth tutorial on how to on upload multiple files using Uploadify. The ASP.NET default handler for file uploads does not easily allow you to provide feedback or control over the process. There