Lepozepo / cloudinary

MIT License
94 stars 42 forks source link

upload a file created using a blob #89

Closed fabianrios closed 7 years ago

fabianrios commented 8 years ago

trying to do this but not working I don't even get an error. var myFile = new File([blob], "new_file.png", {type: "image/png"}); Cloudinary.upload(myFile,{},function(err, res){ if (!err == null){ console.log('upload error: ' + err); }else{ console.log('upload result: ' + JSON.stringify(res)); } });

Lepozepo commented 7 years ago

Should be fixed in 1815b329f21ca2cbb4f3f5f94e0d9be31f00d93b