如何删除上传的列表以在ANTD上传中显示?

问题描述 投票:0回答:2
我正在使用我的聊天应用程序中的上传组件,以允许用户在聊天室中上传他们的图片。但是将图片上传后,文件名显示在底部,我想消失,但我不能。它具有一个showuploadlist属性,但是当我设置该错误时,它不起作用。

<Upload action={`${url}api/v1/chat/messages/${chatID}`} name="billig" headers={{ Authorization: `Token ${token}` }} onChange={this.onChange} fileList={this.state.fileList} multiple="true" accept=".png,.jpeg" showUploadList="false">

 -picture1:上传之前

-picture2:上传后

reactjs upload chat antd
2个回答
10
投票

showUploadList={false}

showUploadList="false"

    

thankyou谢谢你谢谢你谢谢你

0
投票

最新问题
© www.soinside.com 2019 - 2025. All rights reserved.