Hi!
Thanks for your answer.
I use the same php file with an app inventor project and there it will work without any problem.
Here the appinventor code:
The only differnt is the postfile path. I cannot find it in thunkable. Maybe this is the problem.
Hope someone can still help me there.
kindly regards
This feature is not replicated in Thunkable and you will not be able to access the local storage using the Web API in Thunkable.
You see, in MIT AI2 you can code the path to the local storage because it is an Android only platform. Thunkable however, is a multi-OS and both Android and iOS are using different data location arrangements therefore such feature cannot be implemented.
When you store an image in Media DB it returns the URL to this image which you can use with your PHP file.
You can store the URL returned from Media DB in any database along with any other info.
For example, if you have a database for user profile which stores first name, last name, age, gender, occupation and so on, it would also store the URL of the image in the Media DB.