download uploadify

File Name Size Release Date Link
jquery.uploadify-v2.1.0 (MIT) 666KB August 24, 2009 Download
jquery.uploadify-v2.0.3 (MIT) 437KB August 3, 2009 Download
jquery.uploadify-v1.6.2 (GPL) 111KB March 6, 2009 Download
jquery.uploadify-v1.6.2 (MIT) 113KB March 29, 2009 Download
Uploadify Multi/Single Sample 0.98KB March 10, 2009 Download
Uploadify scriptData Sample 2.79KB March 13, 2009 Download
Uploadify style Sample 14.18KB March 13, 2009 Download
Uploadify jGrowl Sample 21.34KB March 13, 2009 Download
Uploadify Sample Collection (inc Uploadify core) 116KB March 13, 2009 Download

*All samples require the jQuery.Uploadify core to be added.

change log

Version 2.1.0

  • Added new onOpen event to get details of a file when it is first opened by Flash for upload.

Version 2.0.3

  • Fixed issue with file checking

Version 2.0.2

  • Fixed bytesLoaded bug in progress event in Flash file
  • Updated documentation

Version 2.0.1

  • Fixed bug with onCancel not actually cancelling the upload.

Version 2.0.0

  • Function changed to uploadify()
    • fileUpload()                       – uploadify()
    • fileUploadStart()              - uploadifyUpload()
    • fileUploadSettings()        - uploadifySettings()
    • fileUploadCancel()          - uploadifyCancel()
    • fileUploadClearQueue() – uploadifyClearQueue()
  • queueID option added
  • method option added
  • uploadifySettings getter added
  • queueSizeLimit option added
  • onQueueFull event trigger added
  • Server-side file type validation added (commented out), requires fileExt
  • SWFObject integration
  • Example folder added to zip package
  • “All Glyphs” version of SWF file added to zip package
  • Moved error styling to css
  • Errored queue items can now be cancelled
  • Files process in order of adding to queue
  • errorObj returned by onError now only uses two parameters
  • Updating scriptData is now performed by passing an array of key/value pairs
  • hideButton can now be used to hide the browse button with uploadifySettings()
  • Added compatibility for noConflict() and for use with other api’s ie prototype

Version 1.6.2

  • Fixed broken fileUploadSettings function

Version 1.6.1

  • Fixed simUploadLimit queueing
  • Fixed displayData not displaying

Version 1.6.0

  • Fixed flash button resizing issue
  • Ability to check for existing files on server
  • onCheck custom event option added
  • fileDataName option added
  • simUploadLimit option added
  • Fixed parsing of server response data