便可以輕鬆的運用加以完成此功能!
JSP code:
<s:file id="file" name="file">
form要加入屬性 enctype="multipart/form-data"
JAVA code:
public File getFile() {如果遇到jxl.read.biff.BiffException: Unable to recognize OLE stream的Exception
return file;
}
public void setFile(File file) {
this.file = file;
}
可能是因為在form裡除了file外
還包含了其它像是text,textarea之類的tag element
沒有留言:
張貼留言