No file uploaded
"); http://vietjack.com/ Trang chia sẻ các bài học online miễn phí http://vietjack.com/jsp /index.jsp Copyright © vietjack.com %> } out.println(""); out.println(""); Bây giờ, bạn thử upload file sử dụng HTML form bạn tạo Khi bạn thử http://localhost:8080/UploadFile.htm, cho kết sau: File Upload: Select a file to upload: Nếu JSP script làm việc tốt, file bạn tải lên thư mục c:\apache-tomcat-5.5.29\webapps\data\ http://vietjack.com/ Trang chia sẻ các bài học online miễn phí ... new file upload handler ServletFileUpload upload = new ServletFileUpload(factory); // maximum file size to be uploaded upload. setSizeMax( maxFileSize ); try{ // Parse the request to get file. .. Write the file if( fileName.lastIndexOf("\") >= ){ file = new File( filePath + fileName.substring( fileName.lastIndexOf("\"))) ; }else{ file = new File( filePath + fileName.substring(fileName.lastIndexOf("\")+1))... giờ, bạn thử upload file sử dụng HTML form bạn tạo Khi bạn thử http://localhost:8080/UploadFile.htm, cho kết sau: File Upload: Select a file to upload: Nếu JSP script làm việc tốt, file bạn tải