我想通过jsp的上传文件的功能弹出选择文件路径的办法找到某个文件然后再服务器端拿到框子里面的地址
客户端:jsp页面代码<formname="form"method="post"action="UpLoadContorMode"><tdclass="bodystyle...
客户端:jsp页面代码
<form name="form" method="post" action="UpLoadContorMode" >
<td class="bodystyle">附件</td>
<td class="bodystyle"> <input name="file" type="FILE" id="file" size="50" > </td>
<input name="en" type= "button" value="确定" onclick='view();'>
<input name="ok" type= "submit" value="提交" >
</form>
服务端:servlet代码
String string = (String) request.getParameter("file");
点击客户端的上传文件后面的按钮弹出一个选择路径的对话框,我可以方便的选择我要的文件,
例如我的文件在E:\Example.xls
出现在上传文件的框子里面也显示E:\Example.xls
但在页面进行alert("文件 路径");只能打印出文件名Example.xls
在服务端Servlet中拿到参数解析也只能拿到文件名Example.xls
我的需求拿到E:\Example.xls库护短也好服务端也好拿到了我就能处理了 展开
<form name="form" method="post" action="UpLoadContorMode" >
<td class="bodystyle">附件</td>
<td class="bodystyle"> <input name="file" type="FILE" id="file" size="50" > </td>
<input name="en" type= "button" value="确定" onclick='view();'>
<input name="ok" type= "submit" value="提交" >
</form>
服务端:servlet代码
String string = (String) request.getParameter("file");
点击客户端的上传文件后面的按钮弹出一个选择路径的对话框,我可以方便的选择我要的文件,
例如我的文件在E:\Example.xls
出现在上传文件的框子里面也显示E:\Example.xls
但在页面进行alert("文件 路径");只能打印出文件名Example.xls
在服务端Servlet中拿到参数解析也只能拿到文件名Example.xls
我的需求拿到E:\Example.xls库护短也好服务端也好拿到了我就能处理了 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询