support adding entries to form-data
Pre-release
Pre-release
·
45 commits
to master
since this release
<FileUpload
...
requestionOptions={{
...
form: {
key: value,
}
}}
/>
which appends the entries to the form-data for the upload POST request.