This React File Upload sample demonstrates the Uploader component supported with HTML form upload.Fill the mandatory details in a form and click the submit button.
The Uploader component works in synchronous mode using HTML form.When the end-user submits the form, the selected files are submitted to server with the name
attribute of input element.
More information on the form support can be found on this documentation section.