Skip to content

Version 2.1.0

Compare
Choose a tag to compare
@kartik-v kartik-v released this 19 Aug 23:12

Date: 11-Aug-2014

  • Other minor bug fixes.
  • (enh #22): Enhance file caption message display for validation errors.
  • (enh #21): Enhance loading progress message and message templates for multiple file uploads.
  • (enh #21): Enhance multiple file upload and preview performance using setTimeout.
  • (enh #20): Fix fileloaded event to increment previewId and enhance to return file index.
  • (enh #19): Synchronize preview with file browse dialog behavior, when cancel button is pressed in file dialog window.
  • (enh #18): Better validation for older browsers (not supporting HTML5) to degrade to normal file input.
  • Enhanced plugin to improve browser performance when loading and previewing multiple image files.
  • New configurable error messages added: msgFilesTooMany, msgFileNotFound, msgFileNotReadable, msgFilePreviewAborted, and msgFilePreviewError.
  • New configuration property added: maxFilesCount. Defaults to 0 which means unlimited.
  • (enh #16, #17): Added exception handling for trapping FileReader API errors