me (Roger Dentz change) Aug 14 (15 hours ago) Hello, I'm developing a B2G app that sends multipart/related data to a server. The data is an XML header (part 1) followed by a binary file wrapped in XML (part 2). The file can be large and needs to be sent using http chunking. 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-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
