We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
need
图片上传,尺寸校验,图片大小校验没有
--
No response
The text was updated successfully, but these errors were encountered:
校验方案有以下两种:
jsonSchema中定义dimension、size关键字
uiprop中定义dimension、size属性 beforeupload中校验 问题是如何配置错误信息🤔️
总结:目前来说,方案一添加jsonSchema关键字来校验uploader这种特殊类型的是不合适的,最终采用方案二。方案二目前自动根据dimension、size配置生成错误文案,后续需要确认是否存在自定义错误文案场景
Sorry, something went wrong.
feat: upload support img size limit(#57)
d010fd5
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
need
Description
图片上传,尺寸校验,图片大小校验没有
Describe the solution you'd like
--
Describe alternatives you've considered
No response
Self-service
The text was updated successfully, but these errors were encountered: