FileInfo

pl.iterators.stir.server.directives.FileInfo
final case class FileInfo(fieldName: String, fileName: String, contentType: Content-Type)

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

Value parameters

contentType

Content type of the file

fieldName

Name of the form field the file was uploaded in

fileName

User specified name of the uploaded file

Attributes

Source
FileUploadDirectives.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product