I have successfully retrieved the URI of a selected file in my Ionic app using the cordova-fileChooser plugin.
https://i.sstatic.net/NxXti.jpg
Next, I used the cordova-plugin-filepath to obtain the absolute path of the file from the nativeURL on the phone.
https://i.sstatic.net/CjLDk.jpg
Now, the challenge is how do I convert this path or URI into a file object? My goal is to append it to a formData and post it.