Home > Back-end >  Presented under Internet explorer 9 with asynchronous file upload form, return json browser prompts
Presented under Internet explorer 9 with asynchronous file upload form, return json browser prompts

Time:12-09

Var ajax_option={
Type: "POST",
Url: the url,
DataType: "json",
Async: false,
Success: the function (data) {
If (data. The status=="success") {
.
},
Error: function (data) {
Alert (" upload fails, please upload again ");
}
};
$(' # visitorObjectionFormAdd). AjaxSubmit (ajax_option);

In Google and high version IE won't appear this kind of problem, do not upload file submission form will appear such problems,

CodePudding user response:

Lift a big friend met the similar problem?

PS: IE compatibility is really, ah ~

CodePudding user response:

With seeking seeking seeking seeking seeking
  • Related