我使用Cordova.Camera API获取图像,它将返回imageuri。 但在android imageuri是
图片文件:com.android.providers.media.documents / document / image %3A3717
视频文件:com.android.providers.media.documents / document / video %3A3718
它没有像.jpg .png这样的文件扩展名。我使用Cordova.file api获取文件,然后检查file.type结果是 undefind 。
ios扩展中的附加文件名,如:somewhere / file.jpg
我该如何解决我的问题?三江源。