You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should be able to just pass the file:// or content:// uri to the file transfer's upload API.
ImageURI is stored using cordova camera plugin.
Note that content:// paths can be time-limited in read access. If you're storing a content:// path, it may not be readable later. This is usually the case if the user is selecting an image from their gallery instead of capturing a new image.
How to send ImageURI using cordova plugin file transfer plugin. ImageURI is stored using cordova camera plugin.
The text was updated successfully, but these errors were encountered: