Cannot access file using relative path in local test when developing Google App Engine applications
问题 I am trying to write and deploy a simple web-app at Google Cloud Platform. I installed gcloud and the corresponding libraries/plugins on Eclipse in my Mac. I use the following code to try to open a file specified in a HttpServeletRequest: public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { resp.setContentType("text/html"); resp.getWriter().println("<p>DEBUG: In Create2.</p>"); // get the file info // to get the value of each input, always use the name and