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

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -