Manel Mateos wrote:
This answer assumes that you have the zip located into a directory!
But the problem is that the zip is the GET RESPONSE from a servlet!
I mean:

The mozilla zip reader does not handle arbitary data, only data from a file (which is why you can only initialize nsIZipReader with an nsIFile). You can save a file to disk and, if you wish. Using some other networking APIs might be more efficient, also.


Depending on the size of your data, it might be simpler to serve the data as a multipart mimetype, compressed.

--BDS
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to