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
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);也不行,是不是这个添加队列的功能还没完善?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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);也不行,是不是这个添加队列的功能还没完善?
The text was updated successfully, but these errors were encountered: