Add method option to the IFileUploadConfigFile interface

This commit is contained in:
Foncier
2017-12-07 14:56:48 +01:00
committed by GitHub
parent b13b82c214
commit 0fc9708e50

View File

@@ -268,6 +268,10 @@ declare module 'angular' {
* @type {string}
*/
arrayKey?: string;
/**
* Add which HTTP method to use: 'POST' or 'PUT'(html5)
*/
method?: string;
/**
* Uploaded file size so far on the server
* @type {string}