For example there are 10 folders in a storage and each folder have 5 images. How do I retrieve one specific image from each folder in a loop? or any methods.
For example there are 10 folders in a storage and each folder have 5 images. How do I retrieve one specific image from each folder in a loop? or any methods.
Nevermind I got it.
I don't know if this is right but i just named the images some incrementing numbers using loop and retrieve the first one by calling "0".
But please if you have any suggestions, I would be glad.