Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the data passed to file related event handlers.

Hierarchy

Index

Properties

Optional fileInput

fileInput?: JQuery<HTMLElement>

The input element of type file.

Optional fileInputClone

fileInputClone?: JQuery<HTMLElement>

The cloned input element of type file.

files

files: File[]

List of files currently selected.

Optional form

Form element that holds the file input.

originalFiles

originalFiles: File[]

Original list of files that were present.

Generated using TypeDoc