Interface ServletFileUpload


public interface ServletFileUpload
Author:
Shuyang Zhou
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.liferay.portal.kernel.upload.FileItem>
    parseRequest(javax.servlet.http.HttpServletRequest httpServletRequest, String location, int fileSizeThreshold)
     
  • Method Details

    • parseRequest

      List<com.liferay.portal.kernel.upload.FileItem> parseRequest(javax.servlet.http.HttpServletRequest httpServletRequest, String location, int fileSizeThreshold) throws com.liferay.portal.kernel.upload.UploadException
      Throws:
      com.liferay.portal.kernel.upload.UploadException