Kidd Ajax Uploader jQuery Plugin

Overview

Description

Kidd Ajax Uploader is a jQuery plugin that allows multiple or single file uploads, filter types of file, maximum size allowed, sequential or multi processing, and add more information with various input type [text, password, textarea, select, checkbox, and radio] that will be uploaded on your website.

 

Features

  • Multiple file upload:
    Allows to select multiple files at once or more and upload them.
  • Upload progress bar & text indicator:
    Shows a progress bar & text indicating the upload progress for individual files and customizable style with class css.
  • Cancelable uploads:
    Individual file uploads can be canceled to stop the upload progress.
  • Maximum size and filter types file upload:
    Setting the maximum file size and file type allowed to be uploaded but it depends on the server settings post_max_size & upload_max_filesize in php.ini
  • Adding additional information:
    Add additional information with various input type [text, password, textarea, select, checkbox, and radio]
  • Sequential or simultaneously upload:
    Upload multiple file with sequential or simultaneously processing.
  • Manually or automatically upload:
    Upload file manually or automatically (without the need to push the upload button).
  • Multiple plugin instances:
    Allows to use multiple plugin instances on the same webpage.
  • No browser plugins (e.g. Adobe Flash) required:
    The implementation is based on open standards like HTML5 and JavaScript and requires no additional browser plugins.
  • Customizable and extensible:
    Provides an API to set individual options and define callBack methods for various upload events. Easyly integrated with html form.
  • Customizable caption and styling with class css:
    Customize style of container, each or all button, text, and progressbar with your class css. Easily integrated with third party css framework such as bootstrap.

Related