
I seem to be posting more and more content about jQuery lately. Thats very obvious since jQuery is a heaven for those who have long been victims of pure Javascripting. It just makes stuff so easy for you, and handles the cross browser issues very well. Another plus point is that it has a very rich repository of plug-ins available.

Today I am going to talk a bit about the
jQuery File Upload Plugin. Have you ever been asked to create a file uploader that would actually be able to upload multiple files all at once. So instead of using an ActiveX Control or a Java Applet (ok I agree that they can be far more superior in certain aspects, but given that they require time and effort for development) why not use a simple Javascript Uploader - Uploadify.
Uploadify, as I mentioned is a simple file uploader that also has the capability to select & upload multiple files at once. In addition to that, it has a nice set of features and events as well to give you more freedom for customization purposes.
Note: Uploadify uses SWF Object for the SWF file selector component.
Note: Since it uses a SWF component to through out POST requests, so don't expect it to share your existing sessions and cookies :)