Class UploadedFile

java.lang.Object
com.aoapps.web.framework.UploadedFile

public final class UploadedFile extends Object
An UploadedFile is a file that has been uploaded by a client request.
Author:
AO Industries, Inc.
  • Method Details

    • getId

      public Identifier getId()
      Gets the ID for the upload file.
    • getFilename

      public String getFilename()
      Gets the filename for the upload file.
    • getStorageFile

      public File getStorageFile()
      Gets the storage file for the upload file.
    • getCreateTime

      public long getCreateTime()
      Gets the create time for the upload file.
    • getOwner

      public WebSiteUser getOwner()
      Gets the owner for the upload file.
    • getContentType

      public String getContentType()
      Gets the content type for the upload file.
    • getLastAccessed

      public long getLastAccessed()
      Gets the last access time for the upload file.