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?
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.