fix(uploader): Add the ability to upload files via PUT instead of POST (#239)
* Add the ability to upload files via PUT instead of POST * Add the method Propery to FileUploaderOptions * Added braces and removed whitespaces.
This commit was merged in pull request #239.
This commit is contained in:
committed by
Dmitriy Shekhovtsov
parent
8133246439
commit
e068511917
@@ -22,6 +22,7 @@ export interface FileUploaderOptions {
|
||||
isHTML5?:boolean;
|
||||
filters?:Array<FilterFunction>;
|
||||
headers?:Array<Headers>;
|
||||
method?:string;
|
||||
authToken?:string;
|
||||
maxFileSize?:number;
|
||||
queueLimit?:number;
|
||||
|
||||
Reference in New Issue
Block a user