Hello, I'm investigating a B2G app that will need to send multipart/related data to a server. This is basically an XML header (part 1) followed by a binary file wrapped in XML. And POST has to send the data chunked. I don't see how to do http chunking with XMLHttpRequest, and TcpSocket won't let you use port 80 for non-certified apps (app will be privileged, just not certified). Are there any other options?
Thanks! _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
