I don't have an immediate answer, I would have to build something and test. I may not be the best person to ask, but I know who is...@Anke
The DCIM folder should be readable from an app on Android 11....
I asked about Kodular because when using Kodular creator, the image picker doesn't behave in the same way as the one on App Inventor (which, in my experience, creates a copy of the image selected in the ASD, whilst Kodular does not)
Yes, even when AI2 / Kodular targets Android 11 (targetSdkVersion = 30 → August 2021). (Of course you need READ permission for this.)
Yes, because you do not need WRITE permission to write / copy to ASD.
Note: WRITE_EXTERNAL_STORAGE permission is no longer available for targetSdkVersion = 30 (Aug 2021), so you cannot save / copy to the external storage (except for the ASD). READ_EXTERNAL_STORAGE permission behaves the same way under Android 11 / (targetSdkVersion = 30) as before.
That depends on the PHP code, for example in this code the file upload to the same directory where the PHP code is and it always has the name "dibujo.png"
hi juan. i have a problem. i saved my blob picture to the server with the same block and php as being told above. but the blob size are pretty low which unable me to display the image. can someone help me the matter?
Hi Juan, I have test this extestion with successfully.
But currently i'm facing a new issue that filetostringASD does't replace the existing file with the same name.
Sorry, apparently this problem only occurs in the "Listview Image and Text" component.
In my application, I use "List View Image and Text", where the image I get from my Server (mysql longblob).
When I change the image on the server, in the application the image does not change, it still displays the previous image.