LOAD can do upload with new jQuery?
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-08-06 21:24:31) dev
|
||||
Version 2.00.0 (2012-08-06 23:01:45) dev
|
||||
|
||||
@@ -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){
|
||||
|
||||
@@ -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){
|
||||
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user