Already in Cocoon 2.0x there were severe problems with large downloads. Using a statement like:


<map:match pattern="downloads/**.gz">
<map:read mime-type="application/x-gzip" src="downloads/{1}.gz"/>
</map:match>



basically worked with files below approx. 16MB. Files with sizes above, were terminated at 16MB.


not good.

I hoped, that this is corrected in 2.1 unfortunately it seems to have a similar behaviour: I tried a file with about 24MB and the resulting downlad had 0 bytes...

Does anyone have an idea how to solve this problem?


thank you!



Alex



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to