@WebServlet(urlPatterns="/fileupload/*")
public class AjaxFileUploadServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
IMIXS_FILEDATA_LIST |
| Constructor and Description |
|---|
AjaxFileUploadServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDelete(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse response)
Delete a existing file form the fileData list stored in the current user
session
|
protected void |
doGet(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Getter method to return the file content from the fileData list stored in the
current user
|
protected void |
doPost(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse response)
Upload files to stored in the current user session
|
doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String IMIXS_FILEDATA_LIST
protected void doPost(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doDelete(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doDelete in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doGet(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2006–2018 Imixs Software Solutions GmbH. All rights reserved.