javascript xmlhttprequest question.

Posted by Johnny on Stack Overflow See other posts from Stack Overflow or by Johnny
Published on 2010-05-12T09:42:57Z Indexed on 2010/05/12 9:44 UTC
Read the original article Hit count: 258

Filed under:
|
|

assumbe ie is still the dominate web browser, the XMLHttpRequest.responseText or XMLHttpRequest.responseXML in ie desire txt or xml/xhtml/html,but what about the server response the xmlHttprequest whith MIME TYPE octact/binary? would the response string all littele than 256 ?(every char of that string < 256), thanks very much for a straight answer, i have no webserver env,so i don't know how to test it out.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about xmlhttprequest