We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d04aa2 + 88836b8 commit 8833060Copy full SHA for 8833060
projects/sandbox/src/app/upload/upload.component.html
@@ -72,7 +72,7 @@
72
[protocolSwitchField]="'uploadProtocol'"
73
visibleProtocols="[EnumProtocolType.ZIP_UPLOAD, EnumProtocolType.HTTP_HARVEST, EnumProtocolType.OAIPMH_HARVEST]"
74
[fileFormName]="zipFileFormName"
75
- [acceptedFileTypes]="'.zip,.tar,.tar.gz'"
+ [acceptedFileTypes]="'.zip,.tar,.tar.gz,application/gzip,application/x-tar'"
76
[labelRequiredFieldClassMap]="{
77
tick: protocolIsValid(),
78
asterisked: !protocolIsValid()
0 commit comments