How to send form data with image upload from gallery to mysql?

How to send form data with image upload from gallery to mysql? on SUBMIT
Are there any working examples ? please Help

what language programming your back-end was made?

Hi I use Ionic 2 with php I like submit form data and image to my php on submit

You will need convert your image to base64 string.

https://plnkr.co/edit/PFfebmnqH0eQR9I92v0G?p=preview

After this, you will need send the string via POST to you back-end.

http://phppot.com/php/mysql-blob-using-php/