is it possible to create and display a picture file from dataURL received by POST? Something like:
$imgstr = $_POST[\"imgdata\"]; //data:image/png;base
Yes, try:
Edit: make sure you clean up your $_POST, so people do not insert dangerous junk...