mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-02 06:43:19 +00:00
xhrupload: Fix default HTTP method.
This commit is contained in:
parent
c012fc8fea
commit
6af8bb774d
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ module.exports = class XHRUpload extends Plugin {
|
|||
const defaultOptions = {
|
||||
formData: true,
|
||||
fieldName: 'files[]',
|
||||
method: 'post',
|
||||
metaFields: null,
|
||||
responseUrlFieldName: 'url',
|
||||
bundle: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue