So I have an uploader at the backend (MeteorJS) which I call in the javascript, upload.send(file, function() {...} But I've only managed to upload one file. So how do I make it upload multiple files if I am to set the <input type="file" multiple /> I am thinking of looping the files in the input but I think it will upload all the files simultaneously. I want something that will wait for the first file to be uploaded then start uploading the next one. Help?
-
Try use dropzonejs.com, see this answer : stackoverflow.com/questions/25508438/…Kuba Wyrobek– Kuba Wyrobek2015-11-18 10:25:57 +00:00Commented Nov 18, 2015 at 10:25
-
I followed this one. :) stackoverflow.com/questions/24131480/…Unspeakable– Unspeakable2015-11-19 03:56:32 +00:00Commented Nov 19, 2015 at 3:56
Add a comment
|
1 Answer
Use the library upload meteor and configure Synchronously files : https://github.com/tomitrescak/meteor-uploads