Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWebFileUpload

File upload information.

Hierarchy

  • IWebFileUpload

Index

Properties

data

data: Buffer

The data buffer holding the content of uploaded file.

fileName

fileName: string

The original file name.

Optional mimetype

mimetype: string

The mime-type set for the file content.

name

name: string

The name of the file-upload form variable.

Optional truncated

truncated: boolean

Flag set to true if file content was truncated due to the maximum size exceeded.