Interface IUploadService


public interface IUploadService
Interface for upload service
Author:
hengsin
  • Method Summary

    Modifier and Type
    Method
    Description
    Get upload handlers by content type
  • Method Details

    • getUploadHandlers

      IUploadHandler[] getUploadHandlers(String contentType)
      Get upload handlers by content type
      Parameters:
      contentType -
      Returns:
      list of IUploadHandler