diff --git a/js/jquery.upload-1.0.2.js b/js/jquery.upload-1.0.2.js new file mode 100644 index 0000000..c09594d --- /dev/null +++ b/js/jquery.upload-1.0.2.js @@ -0,0 +1,133 @@ +/* + * jQuery.upload v1.0.2 + * + * Copyright (c) 2010 lagos + * Dual licensed under the MIT and GPL licenses. + * + * http://lagoscript.org + */ +(function($) { + + var uuid = 0; + + $.fn.upload = function(url, data, callback, type) { + var self = this, inputs, checkbox, checked, + iframeName = 'jquery_upload' + ++uuid, + iframe = $('