Skip to content

Instantly share code, notes, and snippets.

View kevinvaldek's full-sized avatar

Kevin Valdek kevinvaldek

View GitHub Profile
/**
* Converts regular upload form to a nifty in place uploader (iFrame uploader).
* MooTools Class.
*/
var LiteUpload = new Class({
Implements: [Options, Events],
options: {
onUpload: $empty,