17
Views
1
Comments
Solved
Where can I check the actual files uploaded with the 'file upload' widget?
Question
Application Type
Reactive

The data entered in the input widget can be checked in the data tab.

Then,

Where can I check the file uploaded with the file upload widget?

The upload file name can be viewed by saving it in the data entity.

Where is the file?

2026-01-28 16-57-48
Mihai Melencu
Champion
Solution

Hi,

You can add an attribute of type Binary Data to the entity where you store your files. This allows you to save the actual file content directly in the database. 

You can then download the file anytime by accessing the entity through the Data tab. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.