<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中可以得到绝对路径。
首先,需要告诉楼主的是QQ空间不允许放置HTML代码新建模板可以放的是FLASH,图片和文字等等,这样的话,我们就可以利用FLASH的一些代码把需要的效果添加到FLASH里,然后弄到QQ空间比如页面跳转等具体方法可以搜下,或者到大学吧电脑区提问,( http://x.whbox.cn/bbs )欢迎分享,转载请注明来源:内存溢出
评论列表(0条)