Skip to content

support adding entries to form-data

Pre-release
Pre-release

Choose a tag to compare

@Jim-Holmstroem Jim-Holmstroem released this 13 May 07:12
· 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.