Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the data passed to file related event handlers.

Hierarchy

Index

Properties

fileInput?: JQuery<HTMLElement>

The input element of type file.

fileInputClone?: JQuery<HTMLElement>

The cloned input element of type file.

files: File[]

List of files currently selected.

form?: JQuery<HTMLElement>

Form element that holds the file input.

originalFiles: File[]

Original list of files that were present.

Generated using TypeDoc