danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.6k forks source link

.docx is not working #2048

Closed vivekrajput300 closed 6 years ago

vivekrajput300 commented 6 years ago

.docx is not working for this - < input type="file" ngf-select="filesChanged(docs.file, itemIndex, metaIndex)" name="file" ng-model="docs.file" ngf-max-size="10MB" ngf-model-invalid="errorFile" ngf-pattern="'.pdf,.doc,.docx/'" ngf-accept="'.pdf,.doc,.docx/'" ngf-change="filesChanged(docs.file, itemIndex, metaIndex)" >

vivekrajput300 commented 6 years ago

Please help me out how can i put validation for .docx