We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当需求是上传后返回对应错误文件并下载时,t-upload并不能很好的返回的错误文件的下载,原因是因为请求发出时没有设置reponseTyoe为blob,所以是否可以增加这个参数的设置功能,以便做到这种需求场景的适配呢?
在t-upload组件传参中增加一个responseType的设置参数
The text was updated successfully, but these errors were encountered:
👋 @Makaite,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
♥️ 有劳 @PengYYYYY @chaishi 尽快确认问题。 确认有效后将下一步计划和可能需要的时间回复给 @Makaite 。
ResponseType 应该是指响应结果的响应头 Upload 组件一般是设置请求头?通过参数 headers 进行设置。
headers
如果方便的话,辛苦明确一下,具体期望达到的请求效果是什么样的,比如描述一下:请求头,请求参数等等
chaishi
PengYYYYY
No branches or pull requests
这个功能解决了什么问题
当需求是上传后返回对应错误文件并下载时,t-upload并不能很好的返回的错误文件的下载,原因是因为请求发出时没有设置reponseTyoe为blob,所以是否可以增加这个参数的设置功能,以便做到这种需求场景的适配呢?
你建议的方案是什么
在t-upload组件传参中增加一个responseType的设置参数
The text was updated successfully, but these errors were encountered: