^

Real Ajax Uploader logo

  • Facebook
  • Twitter
  • Google+
  • Pinterest

Version 3.0 - 31/10/2013

  • Upload.php with single class and pre configuration
  • Added check file exists on server
  • Added option to delete file after has been downloaded
  • Added exif information extract via Javascript on client side
  • Added override file option
  • 3 of 5 themes added responsivity
  • Documentation update
  • Documentation with examples
  • Created distribute license

Version 2.8 - 19/09/2013

  • Upload.php written with class and better approach, wrapped echos
  • ajaxupload.js added validateFile callback
  • AjaxUploader object prototype collide

Version 2.7.4 - 30/08/2013

  • Fix html4 upload for basic browsers
  • Fix NaN error on file extension check
  • Changed regexpt file size check without regexp, for PHP 5.2 compatibility
  • Fix aspx thumb preview

Version 2.7.3

  • Fix beforeLoad bug function

2.7.2

  • 1. Fixed upload.aspx.cs bug on params

2.7.1

  • 1. Added preview option
  • 2. Fixed rare bug on upload.php

2.7

  • 1.Changed i18n variables, less redundancy
  • 2.Remove old variables
  • 3.Remove jquery sortalbe
  • 4.Normalizzed some HTTP VARS names
  • 5.Removed getUrl method and added getParams
  • 6.Send data in POST with form data and flash, in GET with old ajax upload

Version 2.6.7

  • 1. Fix upload.aspx bug

Version 2.6.6

  • 1. Fix Opera > 12.10 formdata bug, bypassed

Version 2.6.5

  • 1. Fix IE (flash) disable option

Version 2.6.4

  • 1. Fix the finish event with form integration
  • 2. Added beforeSubmit event for intercepting and submiting form after finish event has run

Version 2.6.3

  • 1. Fix & to url query former

Version 2.6.2

  • 1. Fix jQuery 1.9 $.browser
  • 2. Added more check on Flash upload and request type POST
  • 3. Client side check of the file size
  • 4. Changed callback scopes to AU object
  • 5. Changed file input name from Filedata (default of flash) to ax_file_input
  • 6. Fix Chrome onchange "bug" event when selecting the same file

Version 2.6.1

  • 1.Fix IE autoStart upload

Version 2.6

  • 1. Added bootstrap theme support
  • 2. Added more examples
  • 3. Expand documentation
  • 4. Fix minor bug on extension check

Version 2.5.5

  • 1. Fix formData bug on firefox
  • 2. Fix some bug on upload.php
  • 3. update upload.aspx.cs as done for upload.php before

Version 2.5.4

  • 1.Fix bug on older jquery version: $.data returns null, instead of undefined
  • 2.Added formData upload if supported
  • 3.Refactor of upload.php to handle uploads with less cases