Quote:
|
Originally Posted by phrygius
Hmmm, if it doesnt have privilege to create an actual file, how about creating a zip stream (similar to what java does)?
|
I don't think you can usefully do that either. In MSIE, you can pretty much forget using any ActiveX to do this sort of thing - it's supported under restricted circumstances in IE6, but it's blocked by a lot of software firewalls and is likely to be disabled by default in IE7.
Moreover, I don't think the API of either Mozilla or IE scriptable activex controls, provides anything which can do zipfile IO in unprivileged script.
In Mozilla, privileged script *MAY* be able to do it, but that is pretty much a none-starter too.
Mark