Hi, There is an issue, which is not directly related to ICS, but since ICS provides a webserver that may help in solving it, I'd like to hear some advices from you.
The problem happens with Chrome and Android's browsers while downloading binary files from a webserver. You may read description of the bug at http://code.google.com/p/chromium/issues/detail?id=104331
From an end user point of view it looks something like this - http://stackoverflow.com/q/12009423/1102014
Basically, download is reported as cancelled. The problem does also occur when the ICS webserver is used. So I'm trying to solve the problem from the server side. According to the bug description, adding "Content-Disposition: attachment" header could help, but I tried it with ICS webserver demo and it didn't work for me. Here is an example of my response headers: Accept-Ranges: bytes Connection: Keep-Alive Content-Disposition: attachment; filename="TestD.zip" Content-Length: 336469 Content-Type: application/octet-stream Keep-Alive: timeout=10, max=97 Last-Modified: Thu, 08 Nov 2012 20:13:52 GMT Yet, here is what I see in the Chrome's Network tab: Name TestD.zip Method GET Status (canceled) Type application/octet-stream Initiator Other Size 328.84KB Content 0B Time 44ms Latency 35ms Any help would be very appreciated. Best wishes, Stan -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be