hi,

does anyone know, how to define a pipline for opening pdf s beeing stored
under cocoon.

i want enable people to upload files to my server, under cocoon.

problem is, that i cant find a hint how to open files, within my cocoon
directory, that are not xml, or similar.

i tried it with the pipeline:

                        <map:match pattern="upload-dir/hello.pdf">
                                <map:read mime-type="application/pdf" 
src="upload-dir/hello.pdf"/>
                        </map:match>

which doesnt work.



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to