Reading binary data with XMLHttpRequest?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Agamemnus
    New Member
    • Aug 2006
    • 3

    Reading binary data with XMLHttpRequest?

    Hi,

    I don't know if this was completely answered before, but I've searched all over the net for hours for this and haven't found a solution that works for me.

    I have a file that has data in binary format. I would like to read that file with Javascript.. How can I read the data from a file with IE6/Firefox/etc.?

    Thanks..
  • mrcgran
    New Member
    • Sep 2006
    • 1

    #2
    Have a look on how to do binary ajax here: http://mgran.blogspot.com/2006/08/do...eams-with.html


    Originally posted by Agamemnus
    Hi,

    I don't know if this was completely answered before, but I've searched all over the net for hours for this and haven't found a solution that works for me.

    I have a file that has data in binary format. I would like to read that file with Javascript.. How can I read the data from a file with IE6/Firefox/etc.?

    Thanks..

    Comment

    Working...