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
4.2.6
windows11、Google Chrome、vue3
https://next.antdv.com/components/upload-cn
请求响应 content-length: 112465 控制台打印response : typeof='string' length=107088
Upload组件上传文件,服务端也返回文件能够自动下载或者能够拿到原始response
response是否被处理?即便我用window.URL.createObjectURL(blob)方式下载的文件也是错的,能保证服务端过来的文件是完好的用get请求试过
The text was updated successfully, but these errors were encountered:
能够将responseType: 'blob'设置进去好像也行,怎么设置不清楚
Sorry, something went wrong.
No branches or pull requests
Version
4.2.6
Environment
windows11、Google Chrome、vue3
Reproduction link
https://next.antdv.com/components/upload-cn
Steps to reproduce
请求响应 content-length: 112465
控制台打印response : typeof='string' length=107088
What is expected?
Upload组件上传文件,服务端也返回文件能够自动下载或者能够拿到原始response
What is actually happening?
response是否被处理?即便我用window.URL.createObjectURL(blob)方式下载的文件也是错的,能保证服务端过来的文件是完好的用get请求试过
The text was updated successfully, but these errors were encountered: