The / at the start will make the path absolute instead of relative. Try removing the leading / , so replace: InputStream is = new FileInputStream("/files/ ...
確定! 回上一頁