Skip to content

Instantly share code, notes, and snippets.

@andrewpbrett
Created August 24, 2013 22:46
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 andrewpbrett/6330831 to your computer and use it in GitHub Desktop.
Save andrewpbrett/6330831 to your computer and use it in GitHub Desktop.
<?php
$s = @file_get_contents('php://input');
file_put_contents("/var/www/hackathon/camera.jpg", $s);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment