普通資料和圖片不能在一塊上傳

X.Underset發表於2006-05-15
最近在作上傳時遇到一個問題:
普通資料和圖片不能在一塊上傳
<form name="form5" method="post" action="Test2.jsp" enctype="multipart/form-data">
<input name="name" type="text" value="abcs"/>
<input type="file" name="file5" onchange="preview5()"/>
<input type="submit"/>
</form>

到了Test2.jsp時列印name時就變成null了
有知道的麻煩告訴我一下,先謝了.
QQ:21654428

相關文章