0
爲了結合普通的文本框,我們可以將代碼:語法春季結合使用標籤
<spring:bind path="ImageId">
<input type="text" name="${status.expression}" value="${status.value}" id="imageId" />
</spring:bind>
但在情況下,如果輸入類型是文件,那麼會是什麼是綁定的語法嗎? ${status.expression}
和${status.value}
的位置是什麼?
如果無法通過這個標籤基法,那麼,請建議我使用spring&hibernate將圖像存儲到db中的代碼! –
example1:http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/mvc.html#mvc-multipart example2:http://www.mkyong.com/spring- MVC /彈簧-MVC文件上傳-示例/ –