| Page 1 of 1 | [ 2 posts ] |
|
Hi Folks,
How can I send content as an attachment using MIME content type using connection manager? Eg:- Inline HTML, Images, video etc . Cheers !! Prateek |
|
XHR does not directly support attachments. XHR just transmits a blob of data. You can send any data you want in the XHR response, but you then have to parse it yourself. If you use a JSON encoder on the server, you can send raw binary data, and the JSON parser on the client should have no trouble decoding it. You shouldn't have to do MIME encoding.
|
| Page 1 of 1 | [ 2 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group