javascript - Convert URI to FIle Object JS -


in ionic app , using cordova-filechooser plugin able uri of selected file .

enter image description here

then using cordova-plugin-filepath got absolute path of file nativeurl on phone

enter image description here

how file object path or uri ? want append formdata , post .

use cordova file transfer plugin.in plugin need give file url upload.reference here link


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -