Hi Jeremy,

> I have a question about overwritting files.
> 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 ?
> I have looked at the settings for IIS and it has an option to make
> content expire immediatly, but this doesnt seem to fix it either.

Just a thought, but are you opening the file with sharing enabled?  If
so, is it feasible to keep the file open from within your program? 
Maybe then IIS will deal with it differently?

Regards,

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

Reply via email to