รายละเอียดของการตอบ ::
ผมลองเปลี่ยน path เป็น >> String savePath = application.getRealPath("C:\\Upload \\"+saveFile);
ก็ยังไม่ได้นะครับ มัน Error
org.apache.jasper.JasperException: An exception occurred processing JSP page /app/saevmap.jsp at line 61
58:
59: out.println("Save to : " + savePath);
60:
61: FileOutputStream fileOut = new FileOutputStream(savePath);
62: fileOut.write(dataBytes, startPos, (endPos - startPos));
63: fileOut.flush();
64: fileOut.close();