>I have an app. that outputs an image to file every 3 seconds.
>This image is then viewed in a webpage.
>
>BUT as this image is in use by the browser, it generates an error....i.e.
it
>cant get access to the fiel to do anything.
>Is there away around this ?



how about having the browser access the file via a CGI 'program'
that just echoes the file?

That would put you in control of how the file gets opened - and
what do in case it's temporarily not there, or inaccessible
(like wait and try again).

ns

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to