GithubHelp home page GithubHelp logo

mswlive / jsajaxfileuploader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jsever/jsajaxfileuploader

0.0 1.0 0.0 304 KB

JS Ajax File Uploader is rich featured jQueru File upload plugin

HTML 51.02% CSS 4.86% JavaScript 44.12%

jsajaxfileuploader's Introduction

JSAjaxFileUploader

JSAjaxFileUploader is a jQuery Plugin with ease of use. Just Download the plugin include it in your project and thats it you are all set to use it. It's designed for developers to allow for easy integration and modification.

Fully customizable with many options. using JSAjaxFileUploader jQuery plugin you can have multiple upload forms in a same web page at the same time and you can also select multiple files for upload.

Using JSAjaxFileUploader jQuery plugin you can enable large view of the image during file upload to the end user and the image size again is customizable. below are some of the important features of JSAjaxFileUploader jQuery plugin.

Features:

  1. Plug And Play Setup
  2. Lightweight (7.3 KB minified version)
  3. No Flash required
  4. Upload with progress bar and image preview
  5. Multiple File Upload Support
  6. Multiple independent file uploaders on one page
  7. Can upload largege files
  8. Multiple callback listeners
  9. Fully Customizable
  10. Can be used with Phonegap/Cordova apps
  11. Suitable for mobile development
  12. Flexible event system
  13. Ready for jQuery, PHP, ASP.net, Java and others
  14. Free for personal and commercial use and much more...

Installation

Download all the files from repository and then copy 'img' folder and "JQuery.JSAjaxFileUploader.css" and "JQuery.JSAjaxFileUploader.js" or "JQuery.JSAjaxFileUploader.min.js" to you project folder and include scripts after including jQuery library

  <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
  <script src="/path/to/JQuery.JSAjaxFileUploader.js"></script>
  <link href="/path/to/JQuery.JSAjaxFileUploader.css" rel="stylesheet" type="text/css" />

Basic Usage

Add a HTML DOM element to your page Ex: Shown below

  <div id="testId"></div>

Then simply bind the uploader to the added element as shown below

  $('#testId').JSAjaxFileUploader({
      uploadUrl:'uploadImagesAction'
  });

For more Advanced usage please check the demo file online here http://jseverdemo.0fees.net/JSAjaxFileUploader/Demo.html

For any Comments, suggestions, queries or to request for a new jQuery Plugin visit http://jsever.blogspot.in/

Authors

JS Ever

jsajaxfileuploader's People

Contributors

mujahid095ads avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.