Upload file to blob in MySQL database

Hi @dickhoning, I am not currently using MySQL but in PostgreSQL this approach worked for me:

MySQL/Maria DB seem to offer similar functions TO_BASE64 and FROM_BASE64. Perhaps you want to give these a go?