You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Rui Alberto L. Gonçalves" <ru...@ptinovacao.pt> on 2004/06/22 16:29:37 UTC

ResourceReader large files

Hi all,
I'm trying to use ResourceReader to download a large (27Mb) 
text/csv file.

In my sitemap I have:
<map:match pattern="download_file-**">
  <map:read mime-type="text/csv" src="file:///{1}"/>
</map:match>

it works fine with files about 3Mb, but while trying with
larger files the save as box opens after a few minutes, but 
the downloaded file as 0 bytes!!!!

Any idea?? Thanks for any help...

Rui









-- 
Rui Alberto L. Gonçalves <ru...@ptinovacao.pt>
PT Inovação


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: ResourceReader large files

Posted by Joerg Heinicke <jo...@gmx.de>.
On 22.06.2004 16:29, Rui Alberto L. Gonçalves wrote:
> Hi all,
> I'm trying to use ResourceReader to download a large (27Mb) 
> text/csv file.
> 
> In my sitemap I have:
> <map:match pattern="download_file-**">
>   <map:read mime-type="text/csv" src="file:///{1}"/>
> </map:match>
> 
> it works fine with files about 3Mb, but while trying with
> larger files the save as box opens after a few minutes, but 
> the downloaded file as 0 bytes!!!!
> 
> Any idea?? Thanks for any help...

http://marc.theaimsgroup.com/?t=108782446800002&r=1&w=4

Joerg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org