I've used the code in https://www.b4x.com/android/forum/t...-from-server-with-progress.126797/post-793290 post #1 to do a https download with progress.
I've set the folder to copy to as File.DirInternal. When I Compile&Run the app, the file is shown in the Log as copied to folder:
/data/user/0/org.mywire.johnrose.httpsexample/files
Where is that file using Google's Files / Google's File Manager apps?
Thanks. I would like to be able to have the app write to a folder (not an external SD card) so that another app / Google Files / Google File Manager can read it. It would also be good if this could be applicable to any version of Android from say 5.
What reference (i.e. not File.DirInternal) should I use for the folder?