From dde61f23023f75c8f3e4deee61c6c6dfddeb2247 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Thu, 19 May 2016 02:03:40 +0100 Subject: [PATCH] Update README.md --- ng2-components/ng2-alfresco-upload/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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] })