<form name="thisform" method="post"
action="<%=request.getContextPath()%>/movieManage.do" id="thisform" enctype="multipart/form-data">
<input type="file" name="theFile" onchange="document.getElementById('theFilePath').value=this.value"/>
<input type="hidden" id="theFilePath" name="theFilePath" value="">
</form>
注意:要有enctype="multipart/form-data"
Action代码:
String filePath = request.getParameter("theFilePath")
filePath既是上传文件的绝对路径。
浏览器中测试:
Firefox和IE中可以得到绝对路径。
html上传不了文件到局域网服务器一般是网络线路问题,客户端网络到服务端的网络不通,建议重启路由器或更换上网环境后再试。如.... 是登录用户中心,前提是你在这里买空间。
2. 进入用户中心,在左侧依次找到虚拟主机-主机管理,点击右侧产品栏的管理按钮,进入虚拟主机控制中心。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)