最新回答 / 潇潇小饭
因为你访问的是文件夹
if(!tempfile.exists()){ tempfile.getParentFile().mkdirs(); tempfile.createNewFile(); }
2018-04-20
老师,在浏览器上上传图片,在javascript上得到的路径不是图片的路径而是\fakepath\img2-lg.jpg,这是怎么回事?
2018-01-26
出现Can not find a java.io.InputStream with the name的错误,是因为InputStream为null的缘故,可能是前台jsp页面中href="download.action?filename=img3-lg.jpg 没有传值
2018-01-26