Lincoln Mitchell wrote:
> You said: "What you probably can do is to make the request to your
> Cocoon server and let Cocoon grab it for you with a reader from the
> remote server." I am not familiar with the terms you are using so am a
> bit confused.

He meant: «Generate an HTML page that will make the client request the
image from your Cocoon server; in Cocoon, handle the request with a
reader, that will download the image from the remote server and send it
to the client.»

Example HTML:

        <img src="remote/123456.jpeg"/>

and matcher + reader:

        <map:match pattern="remote/*.jpeg">
          <map:read src="http://remote.server/blah/blah/{1}.jpeg"/>
        </map:match>


Tobia

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

Reply via email to