I want to save the image in mysql in blob form in Android studio, but I am asking because the php code is not properly done

Asked 2 years ago, Updated 2 years ago, 36 views

If you run the emulator, you can take a picture and upload it to the image view, but if you press the button to save it in the DVD, it will not be saved in mysql. I think the php is the problem because there is no error in the log pocket, but I don't know what's wrong.

android-studio php mysql

2022-09-21 15:38

1 Answers

I don't know how Android Studios handles image uploads, but does the image binary really cross over to $_GET['image']? In PHP, files are usually placed in the $_FILES variable.


2022-09-21 15:38

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.