Skip to content
New issue

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

[FR]: Uploader 组件目前不支持头像上传功能 希望能支持头像上传 #2568

Open
spwuc opened this issue Sep 4, 2024 · 3 comments

Comments

@spwuc
Copy link

spwuc commented Sep 4, 2024

这个功能解决了什么问题?

Uploader 组件目前做头像上传功能有缺陷,需要用户删除之前的照片才能上传新的照片。头像上传应该是点击已上传的图片可以更换,目前查看源码,并没有把click事件暴露,而是使用了_chooseImage 的方式限制为内部调用。望考虑可以使用ref 的方式暴露_chooseImage 的方法。

你期望的组件设计是怎样的?

使用ref 的方式暴露_chooseImage 的方法

@junfengshow
Copy link

遇到类似问题,需要通过ref触发选择上传

@spwuc
Copy link
Author

spwuc commented Oct 8, 2024

遇到类似问题,需要通过ref触发选择上传

就是ref不支持触发上传功能,没有暴露对应的方法

@junfengshow
Copy link

遇到类似问题,需要通过ref触发选择上传

就是ref不支持触发上传功能,没有暴露对应的方法

嗯嗯,我的意思我也遇到了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants