10 Jquery Ajax File Uploader Plugins

Sam Deering
Share
10 jQuery AJAX Uploader Plugins to aid in getting those file uploads working in no time at all! Creating Ajax upload from a raw JavaScript or jQuery is not that simple, when baking a simple website. That’s why we looked all over the net and sought it one-by-one just for you. Check out our list below!

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.
Plupload.jpg
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.
Ajax-Upload.jpg
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.
Ajax-File-Upload.jpg

 

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.
jQuery-Multiple-File-Upload-Plugin.jpg

 

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.
jQuery-Form-Plugin.jpg
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.
Uploadify.jpg
Source

 

7. SWFUpload jQuery Plugin

This plugin created based on SWFUpload and Jquery, it support both single or multiple file upload, and require flash.
SWFUpload-jQuery-Plugin.jpg
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.
jqswfupload.jpg

9. jcUpload

It’s a small free plugin, that enables ajax-like file upload. It requires Adobe Flash player and jQuery JavaScript library.
jcUpload.jpg

 

10. uploadprogress

Plugin to augment a standard file upload form with transparent background upload and add uploadprogress meter to keep client informed of progress.
uploadprogress.jpg
Source