希望 ImageUploader 图片上传可以上传视频
作者: kthinking创建于 2021年10月1日更新于 2026年5月19日
标签feature
Recently, I developed a small project using antd mobile. I used the ImageUploader component to upload images, which worked perfectly. However, the project needed support for uploading videos, so I modified the accept test in ImageUploader to allow video uploads. However, it displayed an error and could not be previewed. After looking at the source code of the ImageUploader component, I added a video class and made some changes. I am a beginner in technology and am new to React, so I did not do it well. Finally, I temporarily removed the onError judgment in images because of a type error.
内容来源: ant-design/ant-design-mobile