0
我想從HTML文件輸入中上傳文件。getServletContext()。getRealPath(「/」)省略正斜槓(/)
我正在使用Apache Commons FileUpload併成功上傳文件。然而,當我嘗試存儲我的MySQL的文件路徑,它收藏起來沒有文件路徑代碼:
String uploadFolder = getServletContext().getRealPath("/");
String fileName = new File(item.getName()).getName();
filePath = uploadFolder+"/"+fileName;
File uploadedFile = new File(filePath);
這是我正在試圖存儲文件。
樣本文件路徑存儲
C:UsersLashDesktopworkspace3.metadata.pluginsorg.eclipse.wst.server.core mp0wtpwebappsJavaECom/download doget.txt
嘗試讓你的問題和標題更清楚... – informatik01 2013-05-13 21:51:22