diff --git a/types/ng-file-upload/index.d.ts b/types/ng-file-upload/index.d.ts index 85a055772b..263d75099e 100644 --- a/types/ng-file-upload/index.d.ts +++ b/types/ng-file-upload/index.d.ts @@ -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}