Youtube upload API and cordova / phonegap
问题 I am writing a cordova app that lets the user record a video and upload it to youtube via their api. If I use a file input and access the file via $('#file').get(0).files[0] I receive a file object which is able to uploaded without a problem. If I record a video I receive a medialist object. I can then call window.resolveLocalFileSystemURL( video[0].localURL , success, fail); On the success callback I receive a filelist object. Which also will not be accepted. On this filelist object I can