gpt4 book ai didi

reactjs - antd Upload 中如何去除上传列表显示?

转载 作者:行者123 更新时间:2023-12-05 09:35:54 25 4
gpt4 key购买 nike

我在我的聊天应用程序中使用上传组件来允许用户在聊天室上传他们的照片。但是上传图片后,文件名显示在底部,我想将其消失,但我做不到。它有一个 showUploadList 属性,但是当我将它设置为 false 时,它​​不起作用。

 <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 : before upload picture2 : after upload

最佳答案

使用

showUploadList={false}

代替

showUploadList="false"

关于reactjs - antd Upload 中如何去除上传列表显示?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65505953/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com