I have a signature pad in my iOS app which I am getting signed by customer and want to store image data (Content-Type: application/octet-stream
) in the MySQL database using a PHP API. The image is so large that I can not pass it via API.
I am also wondering how can I retrieve this data from MySQL in the PHP application to create image?
Is this the right way to do it? Or any other standard method I should follow?