gpt4 book ai didi

ng-file-upload - 如何在ng-file-upload中显示上传失败的文件大小?

转载 作者:行者123 更新时间:2023-12-04 16:43:08 24 4
gpt4 key购买 nike

ng-file-upload 文档显示 samples of usage .第一sample fiddle显示文件大小的验证消息:

<input type="file" ngf-select ng-model="picFile" name="file"    
accept="image/*" ngf-max-size="2MB" required>
<i ng-show="myForm.file.$error.required">*required</i><br>
<i ng-show="myForm.file.$error.maxSize">File too large
{{picFile.size / 1000000|number:1}}MB: max 2M</i>

但是,当我运行 fiddle 并上传大于 2M 的文件时,验证消息显示:
File too large MB: max 2M

所以表达式 {{picFile.size / 1000000|number:1}}消息中不存在。它看起来像 picFile.size未设置。有没有办法显示尺寸?

最佳答案

更新示例页面:http://jsfiddle.net/danialfarid/maqbzv15/544/

您可以使用 ngf-model-invalid="errorFiles"然后通过 errorFiles[0].size 得到无效的文件大小.

关于ng-file-upload - 如何在ng-file-upload中显示上传失败的文件大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34508129/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com