Thanks, I got that to work but I can’t seem to get the base64 data uri image on page1 to show on page2 (to carry it over as an image). Do you think you could output it as a .png instead so I could just use some code like <img src="/file.png" />
on page2 to display it?
-
This reply was modified 7 years ago by davidr. Reason: fixed showing code