marcus_vinicius
(Marcus Vinicius de Souza - Brasil - São Paulo)
#1
Hello friends, I’m trying to record an image taken from my cell phone camera in my mysql database, in blob format, unfortunately I followed the guidelines https://community.appinventor.mit.edu/t/mysqli-upload-and-save-image- file-as-blob-postfile-posttext/8302/2 worked perfectly for android v8, versions 10 and later does not record, only recording in the database is 10kb could someone help me to solve this problem?
marcus_vinicius
(Marcus Vinicius de Souza - Brasil - São Paulo)
#6
This post was flagged by the community and is temporarily hidden.
1 Like
marcus_vinicius
(Marcus Vinicius de Souza - Brasil - São Paulo)
#7
Hello rogério , I think I managed to record the image in the camera after picture, I’m doing other tests with the backend module developed in C # so if it’s ok, I’ll pass it on. Thank you very much.
Note the folders that are saved on different android versions…
1 Like
marcus_vinicius
(Marcus Vinicius de Souza - Brasil - São Paulo)
#9
I used the filetools extension to create a folder after pressing the take photo button.
I’m going to finish testing the module in C# and I’ll let you know.
1 Like
marcus_vinicius
(Marcus Vinicius de Souza - Brasil - São Paulo)
#10
Good night, one more detail for not recording the image in mysql. I performed the tests version 10 and earlier records perfectly, now I need to find out what permission I need for version 11. I’ll keep studying
marcus_vinicius
(Marcus Vinicius de Souza - Brasil - São Paulo)
#11
Good morning Chinmay Only, are you able to upload an image with the new asd ? I’m having some trouble inserting an image into my mysql using php, have you seen this?
In future if you ask a question please don’t start spamming the topic asking for a reply if no one has responded. I see you do this a lot in each of your topics. Just be patient, no one here is your slave.
2 Likes
marcus_vinicius
(Marcus Vinicius de Souza - Brasil - São Paulo)
#21
yes, that’s correct, when I run on android 11 it doesn’t record. exactly what I’m not understanding. I’m getting a little crazy from so much research