Skip to content

Instantly share code, notes, and snippets.

@blaues0cke
Created October 28, 2015 23:26
Show Gist options
  • Save blaues0cke/d5a039e42d2c75c4c15b to your computer and use it in GitHub Desktop.
Save blaues0cke/d5a039e42d2c75c4c15b to your computer and use it in GitHub Desktop.
<?php
if (!empty($_POST['imageData']))
{
$image = base64_decode($_POST['imageData']);
file_put_contents('last-image.png', $image);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment