• Stars
    star
    353
  • Rank 119,981 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 13 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.