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
I can't find a way to provide imageUrl for the image that I have captured using :
cordova-plugin-camera
I tried passing the FILE_URI provided by this plugin, but I got this error :
message: "Parameter 'image_url' (value file:///storage/emulated/0/Android/data/com.xyzapp.ghera/cache/1511345813897.jpg) is not a valid URL format."
param: "image_url"
type: "api"
I tried passing the whole binary value from DATA_URL of image but that also resulted in error.
But when I provided a url from internet it worked.
Please tell me how can I provide image_url of the image from my device
The text was updated successfully, but these errors were encountered:
I can't find a way to provide imageUrl for the image that I have captured using :
I tried passing the FILE_URI provided by this plugin, but I got this error :
I tried passing the whole binary value from DATA_URL of image but that also resulted in error.
But when I provided a url from internet it worked.
Please tell me how can I provide image_url of the image from my device
The text was updated successfully, but these errors were encountered: