1

我需要帮助。我需要上传文件并使用显示验证消息ng-file-upload in Angular.js。我在下面解释我的代码。

<div ng-class="{'myError': billdata.regdoc.$touched && billdata.regdoc.$invalid }">
    <input type="file" class="filestyle form-control" data-size="lg" name="regdoc" id="regdoc"  ng-model="regfile" ngf-pattern="'image/*'" accept="image/*" ngf-max-size="20MB" ngf-min-height="100" ngf-resize="{width: 100, height: 100}"  custom-on-change="uploadFile" required="required" ngf-select="onRegFileSelect($regfile);" >
</div>

现在,这个文件只允许图像。但在这里我需要这个字段应该只允许pdf,ppt and .docx文件。如果任何其他文件将上传验证消息应该显示。请帮助我。

4

0 回答 0