I am finally trying to implement this code. The fact that the image type is captured with the data (data:image/jpeg;base64) causes problem when reading the data to save the image to a file. Anybody know how to make the reading of the value separate this information so that the proper file can be created and reread. The problem as I see it is that part of the file is text and the other part is encoded. So yes This does save the file, but now I need to read the file. Meanwhile I will see what I can find.
data:image/jpeg;base64,'
causes problems when reading the data.