<?php
print "testnasu" ."<BR>";
$binary = file_get_contents('20170120135603.jpg');

$ll = strlen($binary);
print "binary==" .$ll;
?>
