Download Image To Specific Folder

Hello Everyone,
I want to download image from link to app specific folder can anyone share the blocks for this

How to save downloaded image in specific folder

Use Android Builder CustomDownload component to download your file and use File component to get the shared path.

According to my DownloadFile block
My downloaded file save in /storage/Download/Image/ folder. Edit the path where you want to save your image.

Regards
AVA

will it work in android 13 ? and all

No doubt. Try it first.

1 Like

Tell me one more thing how to create a folder and download the image from link to created folder ?

The folder create automatically when you save your downloaded file in the destinations. From my previous block I set /Image/ and the Image is sub-folder in the Download folder.