-
Notifications
You must be signed in to change notification settings - Fork 2.3k
关于上传文件域和参数 #117
Comments
options里面还有几个参数没有说明清楚,不好意思。
uploader.on('uploadBeforeSend', function(obj, data ) {
data.xxx = xxx; // 扩展data对象,就会作为附带参数发过去
});
|
测试通过 thanks~~ |
请教一下 为什么通过formdata向后台传值在后台获取不到? |
@litterGuy 请移步到这个issue: #145 |
能说明一下吗,我还是不了解,有人能分享吗?[email protected] |
@2betop 您好 我后台需要自定义一个type参数 我写在fromdata里面,但是它会被默认替换成文件的类型 怎么办 能不能默认不发文件类型 image/jpeg我需要自定义 |
文档中是fileVal,但是设置不成功,像这样的: |
有两套系统,其中一套是文件资源管理,专门管理文件的,另一个是商品系统,现在要做的是从商品系统中跨域把图片上传到文件资源管理系统,但是上传失败!! POST http://127.0.0.1:9083/yzl-image/image/upload/file webuploader.js (第 6810 行) |
1.请问如何在上传的时候添加多个参数一并发送到后台?
2.可不可以添加参数 修改 file 的name 用来后台接收
The text was updated successfully, but these errors were encountered: