JSP中上傳圖片 完整代碼.doc

JSP中上傳圖片 完整代碼.doc

ID:55953050

大小:19.50 KB

頁數(shù):3頁

時間:2020-06-18

JSP中上傳圖片  完整代碼.doc_第1頁
JSP中上傳圖片  完整代碼.doc_第2頁
JSP中上傳圖片  完整代碼.doc_第3頁
資源描述:

《JSP中上傳圖片 完整代碼.doc》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫。

1、upfile.jsp

2、nputtype="submit"name="sub"value="upload">uploadimage.jspuploadimage.jsp<%@pagelanguage="java"pageEncoding="gb2312"%><%@pageimport="java.io.*,java.awt.image.*,com.sun.image.codec.jpeg.*,java.sql.*,com.jspsmart.up

3、load.*,java.util.*"%><%@pageimport="mainClass.*"%>MyJSP'uploadimage.jsp'startingpage<%SmartUploadsma=newSmartUpload();longfile_max_size=4000000;Stringfilename1="",ext="",testvar="";Stringurl="uploadfiles/";sma.initialize(pageContext);try{sma.setAllo

4、wedFilesList("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("請選擇要上傳的文件!");window.l

5、ocation.href="upfile.jsp"<%}else{ext=myf.getFileExt();intfile_size=myf.getSize();Stringsaveurl="";if(file_size

6、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、html>

當前文檔最多預覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當前文檔最多預覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學公式或PPT動畫的文件,查看預覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負責整理代發(fā)布。如果您對本文檔版權(quán)有爭議請及時聯(lián)系客服。
3. 下載前請仔細閱讀文檔內(nèi)容,確認文檔內(nèi)容符合您的需求后進行下載,若出現(xiàn)內(nèi)容與標題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯(lián)系客服處理。