[ADF-571] upload feature rework (#1922)

* upload feature rework

lots of improvements for upload dialog and underlying services

* readme update

- readme cleanup
- remove some old comments from code
- update readme with new events for Upload Service

* restore prerequisites section in readme
This commit is contained in:
Denys Vuika
2017-06-02 14:05:55 +01:00
committed by Eugenio Romano
parent 0b3a909004
commit b815034ef8
4 changed files with 35 additions and 31 deletions

View File

@@ -72,7 +72,3 @@ export class FileModel {
});
}
}
export interface FileUploadOptions {
newVersion?: boolean;
}