Package 

Class UploadedFile


  • 
    public final class UploadedFile
    
                        

    Data class containing the content and meta-info of an uploaded file. content: the file-content as an InputStream: the content-type passed by the client size: the size of the file in bytes filename: the file-name reported by the client extension: the file-extension, extracted from the filename