java 点击图片打开本地文件夹
<div style="text-align:center;margin-right:210px;position:relative;">
<a href="#" ><img name="image" src="<%=basePath%>/people/showImageempAction.action" width="128px;" height="128px;"/></a>
<input type='file' style="opacity:0;filter:alpha(opactiy=0);position:absolute;top:0;left:0;width:200px;height:20px;cursor:pointer;"/>
</div>
这个代码为什么打不开本地文件夹啊!请大神帮忙啊!在线等!
------解决方案--------------------确认action请求的路径对嘛 在浏览器 发下一下 请求试试 路径+ people/showImageempAction.action
------解决方案-------------------- 同上