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
看了下代码 uploader.taor.tsx里无beforeUpload, uploader.tsx里有。需要小程序端也补齐此参数。 遇到上传第三方文件,我需要前置处理文件大小,及往fromData里动态补数据。
目前是不支持此参数的,希望补齐此参数
The text was updated successfully, but these errors were encountered:
小程序下采用 taro 的 chooseMedia 或 chooseImage 实现上传选择文件的功能,目前不能对这两个方法拦截
Sorry, something went wrong.
chooseImage
那希望做一个在发起choose的时候回调一个方法,获取数据能让和data 或headers合并 现在像第三方oss上传的时候,一般都是客户端直专,所以文件路径名就得前端命名好。对于传到Data 或 header里的数据就没法改变了,上传一次还好。再上传二次可能就会出现问题!
并且上传前需要获取OSS签名,没有这个钩子的话应该在哪里执行
No branches or pull requests
这个功能解决了什么问题?
看了下代码 uploader.taor.tsx里无beforeUpload, uploader.tsx里有。需要小程序端也补齐此参数。
遇到上传第三方文件,我需要前置处理文件大小,及往fromData里动态补数据。
你期望的组件设计是怎样的?
目前是不支持此参数的,希望补齐此参数
The text was updated successfully, but these errors were encountered: