Name: Anonymous 2009-08-19 3:27
Is there a way to get binary data using only ajax?
Like e.g. bytes 10-1000 from some file?
Like e.g. bytes 10-1000 from some file?
<?php
exit(json_encode(array("success" => true, "bdata" => "0101101010101010101001010101010101010")));
?>