I want to redirect for mystart.java servlet to two servlet edit.java and upload.java I’m using get method for mystart.java and get method for edit.java which works fine but upload.java isn’t working because I’m using post method so I get 405 error Get method not supported by this URL.
Response.sendRedirect(“upload”)