简体   繁体   中英

How to insert an image into MYSQL database using MIT app inventor 2 and php?

I want some resources that will help me how to do this for job purposes because all I found was this My plan is to use MIT app inventor 2 to do these steps.

  1. Select an image from the photos gallery in the phone
  2. Send it to a mySQL database row using app inventor blocks and php.
  3. Retrieve the image from the database and display it in the app.

You should copy the image to a local folder to your app and then insert in the database the path to the image. Copying the image to your local storage will allow you to keep the image should the original be moved or deleted.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM