Skip to content

io.input.file

Represents a file component.

Usage

ts
const value = await io.input.file("File")
python
value = await io.input.file("File")

example of Forge app with file component