Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmlenz/jquery-iframe-transport
jQuery Ajax transport plugin that supports file uploads through a hidden iframe
https://github.com/cmlenz/jquery-iframe-transport
Last synced: 12 days ago
JSON representation
jQuery Ajax transport plugin that supports file uploads through a hidden iframe
- Host: GitHub
- URL: https://github.com/cmlenz/jquery-iframe-transport
- Owner: cmlenz
- License: mit
- Created: 2011-05-12T13:49:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T17:25:31.000Z (over 7 years ago)
- Last Synced: 2024-10-20T03:02:12.446Z (23 days ago)
- Language: JavaScript
- Homepage: http://cmlenz.github.com/jquery-iframe-transport/
- Size: 352 KB
- Stars: 353
- Watchers: 16
- Forks: 155
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jQuery Iframe Transport
jQuery Ajax transport plugin for iframe-based file uploads. For documentation, see:
[https://cmlenz.github.io/jquery-iframe-transport/](https://cmlenz.github.io/jquery-iframe-transport/)
# Demo
To run the included simple demo application, you'll need [node.js](http://nodejs.org/).
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.