Store a signature to MySql from iPad. part 1. The Signature
This set of posts describes my efforts to capture a user signature on an iPad and save this as a BLOB in MySQL. Now, there’s no way to talk directly to MySQL from the iPad so once the signature image is captured it must be packaged up and transmitted to my web service which will store it using a MySQL Stored procedure. The new status of the visit that this signature relates to as well as the visit ID number also…