Is it possible to load a bunch of file previously saved ? #315
Unanswered
AdemIssadWytopia
asked this question in
Q&A
Replies: 1 comment
-
SaveImageToGallery's callback function returns a filepath. On Android, sometimes (but not always) it points to the path of the saved image. On iOS, it'll never point to the saved image's path. So NativeGallery doesn't provide a reliable way to achieve this. You need to keep a separate copy of the image in persistentDataPath and load it from there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I want in my app, to allow users to save file into the galery (image, videos and sound), into a specific folder.
When the user reconnect, I would like to load those file during splashscreen, meaning :
I would like to read the folder, get all files, and load them programmatically.
How to do that ? automaticcaly load all files in user storage folder ?
Beta Was this translation helpful? Give feedback.
All reactions