abstract class FileInfo extends AnyRef

Additional metadata about the file being uploaded/that was uploaded using the FileUploadDirectives

Source
FileUploadDirectives.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileInfo
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FileInfo()

Abstract Value Members

  1. abstract def getContentType: ContentType

    Content type of the file

  2. abstract def getFieldName: String

    Name of the form field the file was uploaded in

  3. abstract def getFileName: String

    User specified name of the uploaded file