10 Jquery Ajax File Uploader Plugins
Related posts:
1. Plupload
Allows you to upload files using HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads.
Source
2. Ajax Upload
Allows you to easily upload multiple files without refreshing the page and use any element to show file selection window. It works in all major browsers and doesn’t require any library to run. AJAX Upload doesn’t pollute the global namespace, and is tested with jQuery, Prototypejs.
Source
3. Ajax File Upload
A hacked version of Ajaxupload plugin created by yvind Saltvik, which is really good enought for normal use. Its idea is to create a iframe and submit the specified form to it for further processing.
4. jQuery Multiple File Upload Plugin
A non-obtrusive plugin for the jQuery JavaScript library that helps users easily select multiple files for upload quickly and easily whilst also providing some basic validation functionality to help developers identify simple errors, without having to submit the form.
5. jQuery Form Plugin – File Upload
This plugin is a part of jQuery Form Plugin it make you easier to submitting form using Ajax including the input file, and required no flash.
Source
6. Uploadify
A jQuery plugin that allows the easy integration of a multiple (or single) file uploads on your website. It requires Flash and any backend development language. An array of options allows for full customization for advanced users, but basic implementation is so easy that even coding novices can do it.
Source
7. SWFUpload jQuery Plugin
This plugin created based on SWFUpload and Jquery, it support both single or multiple file upload, and require flash.
Source
8. jqswfupload
This plugin is the easier way to make a multiple file upload using swfupload library. You can create a complete interface for multiupload files based on Flickr in just one line of code and them make custom settings to control how works all the features.
9. jcUpload
It’s a small free plugin, that enables ajax-like file upload. It requires Adobe Flash player and jQuery JavaScript library.
10. uploadprogress
Plugin to augment a standard file upload form with transparent background upload and add uploadprogress meter to keep client informed of progress.
Source