Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Ajax get binary data

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?

Name: Anonymous 2009-08-19 3:59

>>1
Probably, why you would need to is beyond me. See:
<?php
    exit(json_encode(array("success" => true, "bdata" => "0101101010101010101001010101010101010")));
?>

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List