EXT Struct2檔案上傳出現異常

2021-08-30 06:08:31 字數 1573 閱讀 7765

action類**為

public string readexcel() throws exception 

int length = excelfilefilename.length();

int start = excelfilefilename.indexof('.');

if (!excelfilefilename.substring(start+1, length).equalsignorecase("xls")) ";

string a = "aaa檔案錯誤";

string msg = "";

getresponse().setcharacterencoding("utf-8");

//getresponse().setcontenttype("html/text");

getresponse().getwriter().write(msg);

return null;

}else

list.add(strs);

}staffbinddao staff = new staffbinddao();

list);

} catch (exception e) finally

} catch (exception e)

}system.out.println("sssssssssssssssssss");

string msg = "";

getresponse().getwriter().write(msg);

return null;

}}

js**為

ext.blank_image_url = "/abcd/ext/resources/images/s.gif";

ext.form.field.prototype.msgtarget = 'side';

ext.quicktips.init();

ext.onready(function());

};var _form = new ext.formpanel(,

items: [,

}],buttons: [,

failure:function(_form,o)

}});}}

},}]

});function test()

var window = new ext.window();

window.show();

});

xml配置檔案

<?xml version="1.0" encoding="utf-8"?>

/web-inf/uploadfiles

../index.jsp

檔案成功上傳後

發現乙個奇怪的問題。就是上傳完成以後,返回的json..

this.responsewrite("");

**裡面就這樣寫的, 可是通過除錯,前台多了乙個 標籤。 json一直報錯,鬱悶的很,不知道為什麼產生這個東西。

為什麼?

struts2 檔案上傳

這些天做專案,遇到struts2 檔案上傳的問題,過程曲折。雖然網上有好多資料,但是自己還是在整理一下,總結自己走的彎路,說說容易出錯的地方 1 jsp 在類似上面的jsp中中的 method post 和 enctype multipart form data 必不可少。所以類似 這樣的直接url...

STRUTS2 檔案上傳

步驟 1 在jsp頁面的form的enctye設訂為multipart form data 2 action中定義與提交jsp頁面元素相同的file變數,對應的兩個變數 名稱和檔案型別,struts2規定是在file變數名非別加 contenttype 和 name public string ex...

Struts2檔案上傳

檔案上jsp的時候使用的是smartupload struts2有自己檔案上傳的jar commons io.jar commons fileuplod.jar 如果你使用的是myeclipse匯入的struts2jar包就不要關係這兩個jar是否匯入。使用struts2上傳步驟 1.在上傳的jsp...