Class MultipartRequestHandler


  • public class MultipartRequestHandler
    extends java.lang.Object
    helper class for getting uploaded files which are returned as a list object based on examples at http://hmkcode.com/java-servlet-jquery-file-upload/
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<FileMeta> uploadByJavaServletAPI​(javax.servlet.http.HttpServletRequest request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • uploadByJavaServletAPI

        public static java.util.List<FileMetauploadByJavaServletAPI​(javax.servlet.http.HttpServletRequest request)
                                                               throws java.io.IOException,
                                                                      javax.servlet.ServletException
        Throws:
        java.io.IOException
        javax.servlet.ServletException