jQuery File Upload Plugin
Trying to find a good solution for a multiple file upload left me empty-handed. There’s SWFUpload, but the implementation is way too confusing. I also found traces of a JQuery solution, but couldn’t find anything that would help me actually implement it. So I took it upon myself to learn a thing or two about Flash file uploads and create my own script. I decided to create it as a JQuery Plugin. The way it works is simple. You call the ‘$(expr).fileUpload()’ function and if Flash 8 or higher is available, a Flash ‘browse’ button is inserted into your document. You can now browse and upload files.

