First off we should allow sending http-chunking with XHR. Definitely with systemXHR.
Second, I don't see why TcpSocket wouldn't let you connect to port 80. That should definitely work even in privileged apps. / Jonas On Wed, Aug 14, 2013 at 3:10 PM, B2G Devstuff <[email protected]> wrote: > 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 _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
