【发布时间】:2015-02-23 10:49:58
【问题描述】:
我想从我的电脑上传图片并显示 jsp 文件但不能。上传图片并在 jsp 文件中显示此图片后,图片的 url 丢失。仅在 jsp 文件中显示此图像的路径示例:name.jpg。 我需要所有路径地址。示例:C://dell//....//k.jpg 我是怎么解决的? html代码在这里:
<form action="x" method="get">
Urun kategori:<input type="file" name="urunresim"/><p></p>
<input type="submit" value="urunekle"/>
</form>
</body>
</html>
示例 :result 是 name.jpg 但我需要所有路径地址。
【问题讨论】:
标签: html file jsp file-upload show