Skip to content

Get File Input Files Node

UI/Elements/Files

Get File Input Files

Gets uploaded files, signed URLs, and FlowPaths from an A2UI fileInput element

a2ui_get_file_input_filesstd
Inputs1
Outputs4
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

1

Element

Struct
element_ref

File input element ID or element object from Get Element

Output Pins

4

Files

Struct Array
files

Uploaded file objects

A2UIFileInputFileA2UIFileInputFile6 fields
namestring | null
sizeinteger | null
format uint64min 0
typestring | null
urlstring | null
backendUrlstring | null
flowPathanyOf (2)
variant 1FlowPathvariant
pathstringrequired
store_refstringrequired
cache_store_refstring | null
variant 2nullvariant
Schema enforced

Signed URLs

String Array
signed_urls

Signed or local URLs for the uploaded files

FlowPaths

Struct Array
flow_paths

Temporary FlowPaths for uploaded files when available

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Exists

Boolean
exists

Whether the file input element exists

Node Info

Internal name
a2ui_get_file_input_files
Category
UI/Elements/Files