Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FileUpload

Represents a file-upload from an HTTP multipart form submission.

Hierarchy

  • FileUpload

Index

Methods

cancel

  • cancel(): boolean
  • Try to cancel the file upload.

    Returns boolean

charSet

  • charSet(): string
  • Returns string

contentTransferEncoding

  • contentTransferEncoding(): string
  • Returns string

contentType

  • contentType(): string
  • Returns string

fileName

  • fileName(): string
  • Returns string

name

  • name(): string
  • Returns string

size

  • size(): number
  • Returns number

uploadedFileName

  • uploadedFileName(): string
  • Returns string

Generated using TypeDoc