0
我使用下面的代碼使用dojo.io.iframe.send ajax調用上傳文件。 AM使用Dojo 1.7和WebSphere Portal服務器8.0第二個請求在Dojo中的dojo.io.iframe.send中不起作用1.7
dojo.io.iframe.send({
form: "workReqIDFormWBS",
handleAs: "text/html",
url:"<portlet:actionURL/>",
load: function(response, ioArgs) {
console.log(response, ioArgs);
return response;
},error: function(response, ioArgs) {
console.log(response, ioArgs);
return response;
}
});
當我uploding首次它的正常工作文件,其中從第二次起什麼也沒有發生。任何解決此問題的方法。