Re: Max file size in FileGenerator and encoding in StreamGenerator

2008-07-22 Thread Joerg Heinicke
On 26.02.2008 16:05, Stefan Ludwig wrote: my problem is solved! now i use the FileGenerator. configured like this: map:generate type=file src={request-param:file}/ I'm really surprised this works. It seems to be a valid alternative to upload protocol. But then I wonder why having the latter

Re: Max file size in FileGenerator and encoding in StreamGenerator

2008-02-26 Thread Stefan Ludwig
no, i have no chance to set request encoding to the same as datafile encoding. situation: i have to transform a xml-datafile (max file size about 20MB) to a pdf or a excel document. the customer want to have a simple html form to upload the xml file and to set the mandatory informations like

Re: Max file size in FileGenerator and encoding in StreamGenerator

2008-02-26 Thread Stefan Ludwig
hi all, my problem is solved! now i use the FileGenerator. configured like this: map:generate type=file src={request-param:file}/ so the temporary file (uploaded from multipart/form-data) located in cocoon-files/upload-dir will be used. last (non-working for bigger files) configuration for

Re: Max file size in FileGenerator and encoding in StreamGenerator

2008-02-20 Thread Alexander Daniel
On 19.02.2008, at 09:47, Stefan Ludwig wrote: The StreamGenerator works fine with large files (from 20MByte XML-Data to PDF in just 2mins!), but encoding doesn't work. This generator gets encoding from request, but i need the encoding from XML-Datafile. Is there any chance that you make the