Skip to content

Instantly share code, notes, and snippets.

@korvus
Last active April 8, 2016 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korvus/cc56927c6608f71a61d2 to your computer and use it in GitHub Desktop.
Save korvus/cc56927c6608f71a61d2 to your computer and use it in GitHub Desktop.
Example how receiving post request from krayon Addon
<?php
file_put_contents($_POST['namePicture'], base64_decode($_POST['picture64encoded']));
echo $_POST['namePicture'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment