Interface I_CmsUploader

All Known Implementing Classes:
CmsUploader, CmsUploaderFormData

public interface I_CmsUploader
File uploader. Generates an asynchronous request to upload files and calls the dialog instance when done.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    uploadFiles(String uploadUri, String targetFolder, boolean isRootPath, String postCreateHandler, List<CmsFileInfo> filesToUpload, List<String> filesToUnzip, boolean keepFileNames, I_CmsUploadDialog dialog)
    Uploads the given files to the given URI.
  • Method Details

    • uploadFiles

      void uploadFiles(String uploadUri, String targetFolder, boolean isRootPath, String postCreateHandler, List<CmsFileInfo> filesToUpload, List<String> filesToUnzip, boolean keepFileNames, I_CmsUploadDialog dialog)
      Uploads the given files to the given URI.

      Parameters:
      uploadUri - the upload URI
      targetFolder - the target folder
      isRootPath - true if the target folder is given as a root path
      postCreateHandler - the post-create handler class, with parameters
      filesToUpload - the files to upload
      filesToUnzip - the files to unzip
      keepFileNames - don't perform filename translation on the server if this is true
      dialog - the dialog instance