Vote count:
0
I'm planning to use this node module to upload video to youtube
https://github.com/google/google-api-nodejs-client/
I'm getting value from file input like
var files = $("input.file_bag")[0].files;
As we can use node modules only on server side as mentioned here http://stackoverflow.com/a/17069287/3248794
how to send the data to meteor server and then from there to youtube api.
my questions
1) How to send video file(data) to server side?
2) Is it the effiecient way of passing data to `client->server->youtube`, Is there any alternatives for this?
if you know answer to any question post it,highly appreciated
asked 43 secs ago
upload video to youtube in meteor
Aucun commentaire:
Enregistrer un commentaire