protected
void doPut(HttpServletRequest req, HttpServletResponse resp)
throws
ServletException,IOException
Called
by the server (via the service method) to allow a servlet to handle a
PUT request. The PUT operation allows a client to place a file on the
server and is similar to sending a file by FTP. If the HTTP PUT
request is incorrectly formatted, doPut returns an HTTP "Bad
Request" message.
No comments:
Post a Comment