欢迎来到天天文库
浏览记录
ID:50934864
大小:39.03 KB
页数:3页
时间:2020-03-16
《JSP中上传图片完整代码.doc》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、upfile.jsp
2、uploadimage.jspuploadimage.jsp<%@pagelanguage="java"pageEncoding="gb2312"%><%@pageimport="java.io.*,java.awt.image.*,com.sun.image.codec.jpeg.*,java.sql.*,com.jspsmar
3、t.upload.*,java.util.*"%><%@pageimport="mainClass.*"%>
4、etAllowedFilesList("jpg,gif");sma.upload();}catch(Exceptione){%>alert("只允许上传jpg,gif格式图片");window.location.href="upfile.jsp"<%}try{com.jspsmart.upload.Filemyf=sma.getFiles().getFile(0);if(myf.isMissing()){%>alert("请选择要上传的文件!");
5、window.location.href="upfile.jsp"<%}else{ext=myf.getFileExt();intfile_size=myf.getSize();Stringsaveurl="";if(file_size6、"+ext;myf.saveAs(saveurl,sma.SAVE_PHYSICAL);myclassmc=newmyclass(request.getRealPath("data/data.mdb"));mc.executeInsert("insertinto[path]values('uploadfiles/"+filename+"."+ext+"')");//检查out.println("图片上传成功!");response.sendRedirect("showimg.jsp");}}}catch(Exceptione){e.printStackTrace();7、}%>
6、"+ext;myf.saveAs(saveurl,sma.SAVE_PHYSICAL);myclassmc=newmyclass(request.getRealPath("data/data.mdb"));mc.executeInsert("insertinto[path]values('uploadfiles/"+filename+"."+ext+"')");//检查out.println("图片上传成功!");response.sendRedirect("showimg.jsp");}}}catch(Exceptione){e.printStackTrace();
7、}%>
此文档下载收益归作者所有