Class UploadedFile

Hierarchy

  • UploadedFile

Constructors

Properties

Constructors

Properties

lastModifiedDate: null | Date

A Date object (or null) containing the time this file was last written to. Mostly here for compatibility with the W3C File API Draft.

name: null | string

The name this file had according to the uploading client.

path: string

The local path this file is being written to. Will be deleted when request is handled.

size: number

The size of the uploaded file in bytes.

type: null | string

The mime type of this file, according to the uploading client.

Generated using TypeDoc