Skip to content
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

添加队列事件,add(file)之后,点击上传没有办法上传新队列的文件 #157

Open
kingkongtown opened this issue Oct 14, 2014 · 0 comments

Comments

@kingkongtown
Copy link

var testFile = {'name':'test.jpg',
'size':2000,
'input':{'id':'#J_UploaderBtn'},
'file':{'name':'test.jpg', 'type':'image/jpeg', 'size':2000}
};
//向队列添加文件
var file = queue.add(testFile);
加入队列之后,点击“开始上传”但是没有触发上传功能,就算再调用uploader.upload(0);也不行,是不是这个添加队列的功能还没完善?

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

No branches or pull requests

1 participant