Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

请教一个WebUploader参数修改问题 #467

Open
a275889472 opened this issue Sep 4, 2014 · 2 comments
Open

请教一个WebUploader参数修改问题 #467

a275889472 opened this issue Sep 4, 2014 · 2 comments

Comments

@a275889472
Copy link

ormData : {
uid : 123,
imageBelongTo : imageBelongTo,
imageProjectId : imageProjectId,
where_type : where_type
},
就是formData是初始化的时候就定义好的,现在我想在提交图片的时候添加参数,要怎么做呢

我是这么做的,uploader.formData ={},结果alert(uploader.formData)是undefined的,我要怎么做呢

@iuyes
Copy link

iuyes commented Sep 23, 2014

最简单的办法,就是上传的url里直接添加即可

@2betop
Copy link
Contributor

2betop commented Sep 23, 2014

注意看 FAQ #145

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants