Class CmsUploaderFormData

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void upload​(java.lang.String uploadUri, java.lang.String targetFolder, boolean isRootPath, java.lang.String postCreateHandler, com.google.gwt.core.client.JsArray<CmsFileInfo> filesToUpload, com.google.gwt.core.client.JavaScriptObject filesToUnzip, boolean keepFileNames, I_CmsUploadDialog dialog)
      Sends a post request to the upload JSP.
      void uploadFiles​(java.lang.String uploadUri, java.lang.String targetFolder, boolean isRootPath, java.lang.String postCreateHandler, java.util.List<CmsFileInfo> filesToUpload, java.util.List<java.lang.String> filesToUnzip, boolean keepFileNames, I_CmsUploadDialog dialog)
      Uploads the given files to the given URI.
      • Methods inherited from class java.lang.Object

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

      • upload

        protected void upload​(java.lang.String uploadUri,
                              java.lang.String targetFolder,
                              boolean isRootPath,
                              java.lang.String postCreateHandler,
                              com.google.gwt.core.client.JsArray<CmsFileInfo> filesToUpload,
                              com.google.gwt.core.client.JavaScriptObject filesToUnzip,
                              boolean keepFileNames,
                              I_CmsUploadDialog dialog)
        Sends a post request to the upload JSP.

        Parameters:
        uploadUri - the URI of the JSP that performs the upload
        targetFolder - the target folder to upload
        isRootPath - true if the target folder is given as a root path
        postCreateHandler - the post-create handler
        filesToUpload - the files to upload
        filesToUnzip - the file names to unzip
        dialog - this dialog