Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将图像文件上传到服务器,并且我已经成功上传到服务器。但是我的项目文件夹中有一个“图像”文件夹,我想将图像保存在这个文件夹中。我该怎么做?
也许您找不到文件夹的路径?
在 JSP 中使用 String path = application.getRealPath("/images");
在 Servlet 中使用 String path = getServletContext().getRealPath("/images");