From 4347c2947834fe7f2edf2b457b2d513454fc6a03 Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Sun, 5 Jul 2009 10:23:30 +0800 Subject: initiliaze git rep --- templates/content/js/jquery.ajaxfileupload.js | 195 ++++++++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100644 templates/content/js/jquery.ajaxfileupload.js (limited to 'templates/content/js/jquery.ajaxfileupload.js') diff --git a/templates/content/js/jquery.ajaxfileupload.js b/templates/content/js/jquery.ajaxfileupload.js new file mode 100644 index 00000000..106de906 --- /dev/null +++ b/templates/content/js/jquery.ajaxfileupload.js @@ -0,0 +1,195 @@ +jQuery.extend({ + createUploadIframe: function(id, uri){ + //create frame + var frameId = 'jUploadFrame' + id; + if(window.ActiveXObject) { + var io = document.createElement('