Re: downloading dynamic images
Re: downloading dynamic images
- Subject: Re: downloading dynamic images
- From: Chuck Hill <email@hidden>
- Date: Fri, 09 May 2003 15:58:24 -0700
Welcome to WOResourceManager! You could even argue that this is a feature
protecting your intellectual property. :-P
A couple of options come to mind. One is to create a direct action to
serve the images based on form values (e.g. name, key etc.) and bind your
images to this. Another is to keep the images under the webserver doc root
and just store the path in the database. The former is better for images
that need a lot of maintenance (upload, replacement etc.), and the latter
is better for images that don't change a lot. The latter is also more
efficient as the webserver will be serving the images.
There are several other ways too.
Chuck
At 04:39 PM 09/05/2003 -0400, Tom Pelaia wrote:
>I've noticed a problem copying dynamic images off of WebObjects pages.
> If I have a page where I display an image that I get from a database,
>the image appears fine on the web page but the user cannot consistently
>copy those images from the web page to their desktop or create a web
>page archive with the image included. Most of the time the image just
>appears with the name "wr" on the desktop and has zero bytes. Sometimes
>(even on the very same images) the image will actually be copied
>properly including the correct extension.
>
>In the web component that displays the images I allow WebObjects to
>assign names to the images.
>
>Has anyone else experienced this problem before and does anyone know of
>a solution that works consistently.
>
>thanks,
>-tom
>
>--
>Tom Pelaia
>SNS Project, 701 Scarboro Road, MS-6473, Oak Ridge, TN 37830
>phone: (865)574-6421, fax: (865)574-6617
>_______________________________________________
>webobjects-dev mailing list | email@hidden
>Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
>Do not post admin requests to the list. They will be ignored.
>
--
Chuck Hill email@hidden
Global Village Consulting Inc. http://www.global-village.net
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.