Dave,

You might also try a different approach to naming the uploaded files.
If possible, have your webcam upload the images with a unique filename.
For example, instead of uploading as "thispic.jpg", append a timestamp,
as in "thispic1405.jpg".  Your CF template that displays the image could
do a CFDIRECTORY using a filter of "thispic*.jpg", sort by date
(descending), and then select the latest image.  Clean out the directory
as needed.  Definitely a bit more work, but you wouldn't have to disable
anything in IIS.

Jim


-----Original Message-----
From: David E. Crawford <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Date: Thursday, August 31, 2000 6:42 AM
Subject: IIS "Locking" Files


>A while back there was some discussion of a registry hack which would
allow
>the disabling of the "lock" that IIS places on files during "read"
>operations.  I understand that it may have a bearing on performance,
>however, I am in a situation where I am ftp'ng webcam images into a
>directory, which are then "called" via CFM template.  Unfortunately the
>browser access to the files appears to be placing an exclusive lock on
the
>file, which means the FTP process is failing.
>
>Does anyone recall the technique used to defeat this "feature" of IIS?
>
>Dave
>---------------------------
>David E. Crawford
>Director, Internet Development
>Yale Security Group, Inc.
>www.yalesecurity.com


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to