为了账号安全,请及时绑定邮箱和手机立即绑定

使用SmartUpload上传文件不成功

使用SmartUpload上传文件没有报错,但save时返回的值是0,为什么?

SmartUpload su=new SmartUpload();

su.initialize(getServletConfig(), request, response);

su.setMaxFileSize(1024*1024*10);

su.setTotalMaxFileSize(1024*1024*100);

su.setAllowedFilesList("jpg,jpeg,bmp,png,gif");

String saveFilePath=getServletContext().getRealPath("/")+"uploadFile";

try {

su.upload();

File path=new File(saveFilePath);

if(!path.exists()){

path.mkdir();

}

int uploadCount=su.save(saveFilePath);

request.getSession().setAttribute("result", "上传成功"+uploadCount);

response.sendRedirect("collectIdea.jsp");


正在回答

3 回答

同问!!!

0 回复 有任何疑惑可以回复我~

我也是,怎么解决啊!

0 回复 有任何疑惑可以回复我~

使用SmartUpload上传文件没有报错,但save时返回的值是0,为什么?

SmartUpload su=new SmartUpload();

su.initialize(getServletConfig(), request, response);

su.setMaxFileSize(1024*1024*10);

su.setTotalMaxFileSize(1024*1024*100);

su.setAllowedFilesList("jpg,jpeg,bmp,png,gif");

String saveFilePath=getServletContext().getRealPath("/")+"uploadFile";

try {

su.upload();

File path=new File(saveFilePath);

if(!path.exists()){

path.mkdir();

}

int uploadCount=su.save(saveFilePath);

request.getSession().setAttribute("result", "上传成功"+uploadCount);

response.sendRedirect("collectIdea.jsp");


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

使用SmartUpload上传文件不成功

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信