JQuery.AJAX - can my server return a blob of data?

Posted by Spines on Stack Overflow See other posts from Stack Overflow or by Spines
Published on 2010-03-26T13:00:12Z Indexed on 2010/03/26 13:03 UTC
Read the original article Hit count: 293

Filed under:
|

For the dataType option to the JQuery.AJAX function, I don't see byte array or blob as one of the possibilities.

How can I get it so my server can return a byte array as the result of an AJAX call?

I could convert the blob to text, but I'm going for compactness.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX