在html标记中,<input type="file" name="filename" />,在客户端上传图片,然后提交到jsp页面去的时候,在JSP页面只能得到文件名,而不能得到文件的绝对路径,请问有什么办法可以解决?