Skip to content

JQuery Uploadify Plugin (Flash Version)

License

Notifications You must be signed in to change notification settings

gulshanchitransh/uploadify

 
 

Repository files navigation

JQuery Uploadify (Flash Version)

Original maintainer: http://www.uploadify.com/

Uploadify is a jQuery plugin that allows you to easily add multiple file upload functionality to your website. Two distinct versions (HTML5 and Flash) allow you the flexiblity to choose the right implementation for your site and fallback methods make it degrade gracefully.

Some features include:

  • Multiple File Uploads

The main benefit of Uploadify is its ability to allow multiple file uploads without the hassle of clicking multiple browse buttons or submitting multiple forms.

  • Drag and Drop

The HTML5 version of our file uploader (UploadiFive) allows you to drag and drop files onto the queue to add them instantly.

  • Real-Time Progress Indicators

While files are being uploaded, progress bars show the current upload progress so your users don’t have to second guess how long uploading files is going to take.

  • Custom Upload Restrictions

Set file size limits, file count limits, file type limits, and simultaneous upload limits with ease to ensure your servers are free from abuse.

  • Extreme Customization

Almost every aspect of Uploadify is fully customizable, allowing you the freedom to create an uploader that does exactly what you need it to.

Demos

http://www.uploadify.com/demos/

Documentation

http://www.uploadify.com/documentation/

LICENSE

see LICENSE.txt file

CHANGELOG

v3.2.2 - 2016-09-29 - Adding i18n feature

Example: Add i18n/de.js to your header after jquery.uploadify.js

<link rel="stylesheet" href="jquery/plugins/uploadify/3.2.1/uploadify.css" type="text/css" media="all" />
<script type="text/javascript" src="jquery/plugins/uploadify/3.2.1/jquery.uploadify.js"></script>
<script type="text/javascript" src="jquery/plugins/uploadify/3.2.1/i18n/de.js"></script>

About

JQuery Uploadify Plugin (Flash Version)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.6%
  • CSS 3.4%
  • PHP 3.0%