diff --git a/ng2-components/ng2-alfresco-upload/README.md b/ng2-components/ng2-alfresco-upload/README.md index dd552bb49e..5fbcea9dda 100644 --- a/ng2-components/ng2-alfresco-upload/README.md +++ b/ng2-components/ng2-alfresco-upload/README.md @@ -41,7 +41,7 @@ This component, provide a buttons to upload files to alfresco. [showUdoNotificationBar]="true" [uploadFolders]="true" [multipleFiles]="false" - [acceptedFilesType]="*"> + [acceptedFilesType]=".jpg,.gif,.png,.svg"> ``` @@ -58,7 +58,7 @@ import { ALFRESCO_ULPOAD_COMPONENT } from 'ng2-alfresco-upload/ng2-alfresco-uplo [showUdoNotificationBar]="true" [uploadFolders]="true" [multipleFiles]="false" - [acceptedFilesType]="*"> + [acceptedFilesType]=".jpg,.gif,.png,.svg"> `, directives: [ALFRESCO_ULPOAD_COMPONENT] })