JQuery File Upload Plugin
Uploadify is a Flash and JQuery based multiple file upload tool I created to extend the basic file upload functionality of web forms. It actually doesn't even require a form to work. I used JQuery and Flash to get the results I wanted and the outcome was rather successful. With a short obsession creating the code for this JQuery plugin turning into what seemed like a full-time job, I was ended up having to create a micro-site and user forum.
Uploadify is a simple-to-implement single and multiple file upload plugin for JQuery. It uses a couple features of Flash ActionScript 3.0 to work. The heart of the upload engine is the FileReference class. This makes multiple file uploads possible. In order for the Flash and JavaScript to interact, it uses the ExternalInterface class.
Customization is made possible through the JQuery custom event functions. This allows developers to make changes to every aspect of the script.

Post a Comment
All fields are required.