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
jimmer client现在不支持文件下载希望支持,有个注意点:业务上可能需要取得后台返回的文件名(通常在相应头中设置,考虑下怎么处理)
The text was updated successfully, but these errors were encountered:
可以考虑上传到S3/OOS,然后返回给前端一个下载链接。 实际项目中这种方式比较稳定,而且前端接简单很多,直接window.open(url)就行。如果没有OOS用那也没办法了。。。
Sorry, something went wrong.
No branches or pull requests
jimmer client现在不支持文件下载希望支持,有个注意点:业务上可能需要取得后台返回的文件名(通常在相应头中设置,考虑下怎么处理)
The text was updated successfully, but these errors were encountered: