Drag the file here or
<Form
render={() => {
return (
<FormFileUploadField
icon="extension"
name="fieldName"
label="Field Label"
/>
)
}}