jsp上传出错,请大侠帮忙;控制台报错: Files' name is invalid or does not exist
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jsp上传出错,请大侠帮忙;控制台报错: Files' name is invalid or does not exist相关的知识,希望对你有一定的参考价值。
页面报错:org.apache.jasper.JasperException: An exception occurred processing JSP page /biyesheng_add_post.jsp at line 68
65: Integer its = new Integer(i);
66: rname = its.toString();
67: System.out.println(smart.getFiles());
68: smart.getFiles().getFile(0)
69: .saveAs("../UploadFile/zhaopian/" + rname + "." + ext);
70: zhaopian = "../UploadFile/zhaopian/" + rname + "." + ext;
1、首先目录也要存在
String uploadpath=request.getSession().getServletContext().getRealPath("/")+"upload\\";
if(!new File(uploadpath).isDirectory())
new File(uploadpath).mkdirs();
2、
File source = new File(uploadpath+gettime+"_"+file.getOriginalFilename());
下面就可以保存了。
请各位大侠帮忙哦,用openoffice打开低版本excel文件,乱码啊,怎么解决,谢谢
请各位大侠帮忙哦,用openoffice打开低版本excel文件,乱码啊,怎么解决,谢谢
(注:excel是5.0版本的
可以尝试用wps打开。 参考技术B 用最新版本OFFICE2007,兼容性比较好本回答被提问者采纳 参考技术C 最省事的重装吧。 参考技术D 有没有试过永中?openoffice有些方面确实不适合国人,
以上是关于jsp上传出错,请大侠帮忙;控制台报错: Files' name is invalid or does not exist的主要内容,如果未能解决你的问题,请参考以下文章
jsp+struts+hibernate乱码问题,请大侠帮忙
最近使用EPPlus 3.1.3操作EXCEL文件的时提示Error saving file E:\\*** ;请哪位大侠帮忙指点下,谢谢!
debian Linux下 apache2 出错,不能启动,求助各位大侠