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
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.
© 2024 OneMinuteCode. All rights reserved.