I'm making cordova ios application with meteor. And I'm using one custom made camera plugin. After recording a video I get only local path of that video. I have to make File object with that path. I tried new File('etc/path') but it doesn't work.
Edit:
I tried to make blob and make New File([blob], 'name), but that doesn't work either.
Thanks,
Igor