ant-design / ant-design-mobile

Essential UI blocks for building mobile web apps.
https://mobile.ant.design
MIT License
11.64k stars 2.4k forks source link

移动端图片上传问题 #252

Closed shenke119 closed 8 years ago

shenke119 commented 8 years ago

ImagePicker 暂不支持图片上传,请问有什么好的方法或组件 实现上传?

pingan1927 commented 8 years ago

移动端的图片上传,一般都是通过ajax将ImagePicker返回的Base64图片数据异步上传给服务器,服务器返回一个图片url地址(可能包含id,具体视业务需要),也可以调用客户端容器提供的上传图片能力,这个后续会考虑集成进来。

LayGit commented 8 years ago

希望能将点击 “+” 号的操作开放出来,比如在微信中可以调用JSSDK的提供的方法上传,具体什么环境如何上传让开发者自行处理,当然可以默认 file input 方式。

另外希望增加小图的点击事件,可以调用预览组件查看大图。

pingan1927 commented 8 years ago

这个功能会尽快提供

pingan1927 commented 8 years ago

0.9.3会上

warmhug commented 7 years ago

@nouh 自己覆盖样式

lock[bot] commented 6 years ago

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.