[imp] attachments using IE
Jorge
jorge@sodatec.org
Thu, 28 Jun 2001 16:10:22 -0400
On 28 Jun 2001, at 14:35, Jon Parise wrote:
> On Thu, Jun 28, 2001 at 12:29:28PM -0400, Jorge wrote:
>
> > I think that on version 2.3.6 there is used something like:
> > session_cache_limiter to solve the problem, but is not backported
> > to 2.2.5.
>
> And it won't be. I added that function to PHP 4 only, and we
> decided a long time ago that IMP 2.2 (which is pretty much a dead
> development branch at this point) would remain compatibile with
> PHP 3.
I think that the another solution i suggest for version 2.2 is
compatible with PHP3, quoting myself:
Well i forget to say that the problem was only at download time but
seems that is only a bug on IE easy to solve, i only need to include
2 lines on view.php3:
case DOWNLOAD_ATTACH:
+ header("Pragma:");
+ header("cache-control: cache");
header("Content-Type: applicati ....
is not very easy to include that on the "dead development branch" ?
Jorge