FileUpload Component

Do you have an example/sample of how to setup the FileInput component. The documentation shows a screenshot of the Upload component not the FileInput. How do we set what field to store the data in?

Indeed the screenshot is wrong and we will remove it.

You can use the FileInput as the other input components - drag and drop it in a TemplateForm and set its Value property. The FileInput will store the uploaded file as a Data URI. For example if you set the Value property to ${formData.file} then after the user picks a file the formData.file property will contain the file contents.