-
Notifications
You must be signed in to change notification settings - Fork 477
New issue
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
UploadManager.filterParam 与FormUploader. buildParams() 逻辑冲突 #467
Comments
抱歉,如果是自定义的参数值 key 需要以 |
仅七牛内部员工可见:https://jira.qiniu.io/browse/TS-986 |
pr:#468 |
那请问怎么才能使用这个 还是说这个变量不是用来设置回传原文件名的? 如果 如果不是用来存原文件名的,你取名叫
返回的是这样的:
|
@howareyouo 官方文档声明的是 api 的接口,针对 java sdk 的使用姿势您可以使用自定义变量的方式,即 :
|
已经解决了,感觉用 七牛文档写的都是点到为止,其余都靠自己摸索,真心累啊 |
[7.2.0, 7.2.99]
FormUploader. buildParams()
中 Object object = params.get("filename");
无法取到自定义值,已被 UploadManager.filterParam 中过滤掉了
且自定义名称优先级不应低于默认值 filename = file.getName();
The text was updated successfully, but these errors were encountered: