JSP上传图片代码,把图片路径存在数据库中?高手帮忙看看
SmartUploadsu=newSmartUpload();su.initialize(pageContext);su.setMaxFileSize(10000);su...
SmartUpload su = new SmartUpload(); su.initialize(pageContext); su.setMaxFileSize(10000); su.setTotalMaxFileSize(20000); su.setAllowedFilesList("doc,txt"); su.setDeniedFilesList("exe,bat,jsp,htm,html,,"); su.upload(); int count = su.save("/images/goods"); WaresBean ware= new WaresBean(); for (int i=0;i<su.getFiles().getCount();i++){ com.jspsmart.upload.File file = su.getFiles().getFile(i); // 若文件不存在则继续 if (file.isMissing()) continue; ware.setBigimg(".."+"/images/goods"+"/"+su.getFiles().getFile(0).getFieldName()); ware.setSmallimg(".."+"/images/goods" +"/"+su.getFiles().getFile(1).getFieldName()); }
展开
2个回答
展开全部
su.setAllowedFilesList("doc,txt"); JSP虽然不怎么懂,但是看起来这句只允许你上传word文档以及记事本文档。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询