LOAD can do upload with new jQuery?

This commit is contained in:
mdipierro
2012-08-06 23:01:50 -05:00
parent 0d99d9fc9e
commit 5ff910baa6
4 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-08-06 21:24:31) dev
Version 2.00.0 (2012-08-06 23:01:45) dev
+6 -2
View File
@@ -98,8 +98,12 @@ function web2py_ajax_page(method, action, data, target) {
eval(decodeURIComponent(command));
if(flash)
jQuery('.flash').html(decodeURIComponent(flash)).slideDown();
}
});
},
// the three options below should allow multipart uploads but not in IE
'cache': false,
'contentType': false,
'processData': false
});
}
function web2py_component(action, target, timeout, times){
+6 -2
View File
@@ -98,8 +98,12 @@ function web2py_ajax_page(method, action, data, target) {
eval(decodeURIComponent(command));
if(flash)
jQuery('.flash').html(decodeURIComponent(flash)).slideDown();
}
});
},
// the three options below should allow multipart uploads but not in IE
'cache': false,
'contentType': false,
'processData': false
});
}
function web2py_component(action, target, timeout, times){
+6 -2
View File
@@ -98,8 +98,12 @@ function web2py_ajax_page(method, action, data, target) {
eval(decodeURIComponent(command));
if(flash)
jQuery('.flash').html(decodeURIComponent(flash)).slideDown();
}
});
},
// the three options below should allow multipart uploads but not in IE
'cache': false,
'contentType': false,
'processData': false
});
}
function web2py_component(action, target, timeout, times){