所以我在后端(MeteorJS)有一个上传者,我在javascript中调用upload.send(file, function() {...}
但是我只设法上传了一个文件。那么如果我要设置<input type="file" multiple />
我如何设置<input type="hidden" name="scheduled_publication[publication_date]" value="2015/11/27">
<input type="hidden" name="scheduled_publication[time]" value="13:00">
我想在输入中循环文件但我认为它会同时上传所有文件,如何上传多个文件。我想要等待第一个文件上传然后开始上传下一个文件的东西。帮助