public class UploadTest
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
UploadTest() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
static java.lang.String |
uploadOnlyStorage(javax.servlet.http.Part part,
java.lang.String name) |
static java.lang.String |
uploadThumbnail(javax.servlet.http.Part part,
java.lang.String name)
For thumbnail
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException
doGet
in class javax.servlet.http.HttpServlet
java.io.IOException
public void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.io.IOException
doPost
in class javax.servlet.http.HttpServlet
java.io.IOException
public static java.lang.String uploadThumbnail(javax.servlet.http.Part part, java.lang.String name)
part
- name
- public static java.lang.String uploadOnlyStorage(javax.servlet.http.Part part, java.lang.String name)