<FORM name=form1 onsubmit="return check()" action=upfile_File.vv?userID=$userID
method=post enctype="multipart/form-data"><INPUT class=tx1 type=file size=15 
name=uploadFile> <INPUT style="BORDER-RIGHT: rgb(88,88,88) 1px double; BORDER-TOP: rgb(88,88,88) 1px double; FONT-WEIGHT: normal; FONT-SIZE: 9pt; BORDER-LEFT: rgb(88,88,88) 1px double; LINE-HEIGHT: normal; BORDER-BOTTOM: rgb(88,88,88) 1px double; FONT-STYLE: normal; FONT-VARIANT: normal" type=submit value=上传 name=Submit> 
支持上传音频、 office 文档、 rar 、 zip 等形式的文件 </FORM>
xwork中我已经添加了这个ation。为什么是无法显示页面?
但是我把 FORM中 enctype="multipart/form-data" 这段删掉,就能正常显示?