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
Is it possible to upload file using 64encoded string rather than path ? Because I can't get the path from the native media picker on android and ios (due to filesystem security reasons they say). It only returns the photo content as 64encoded string.
Is it also possible that I use this plugin for Background Download ? (same need as background upload but in the other way)
Thanks in advance
The text was updated successfully, but these errors were encountered:
Only File Path is possible to upload files right now. For filesystem security reasons, you can try to rewrite the file before sending it to the plugin.
And this plugin supports only upload and not download.
Hi,
Is it possible to upload file using 64encoded string rather than path ? Because I can't get the path from the native media picker on android and ios (due to filesystem security reasons they say). It only returns the photo content as 64encoded string.
Is it also possible that I use this plugin for Background Download ? (same need as background upload but in the other way)
Thanks in advance
The text was updated successfully, but these errors were encountered: