Erane / jquery-iframe-transport

jQuery Ajax transport plugin that supports file uploads through a hidden iframe

Home Page:http://cmlenz.github.com/jquery-iframe-transport/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery Iframe Transport

jQuery Ajax transport plugin for iframe-based file uploads. For documentation, see:

https://cmlenz.github.io/jquery-iframe-transport/

Demo

To run the included simple demo application, you'll need node.js.

In the jquery-iframe-transport source directory, run:

$ npm install

That should download and install all dependencies required for the build, including running the demo app. Then simply run:

$ grunt connect

Point your browser to http://localhost:3000/ and you should be able to play with the demo.

About

jQuery Ajax transport plugin that supports file uploads through a hidden iframe

http://cmlenz.github.com/jquery-iframe-transport/

License:MIT License


Languages

Language:JavaScript 87.2%Language:HTML 12.4%Language:CSS 0.4%