> I'm displaying a list of photos for "approval" (the filenames are in a > db and the actual photo is displayed by url where they reside on a > remote server), and if files are "disapproved" they're put in a list > then I'm accessing a script on the remote server (where the photos > reside) via cfhttp and asking it to delete the list of files. I'm > getting the error that "The process cannot access the file because it is > being used by another process". I can't conceive of the reason for this. > Anyone have an idea? The fact that I did <img > src="10.10.10.1/photos/temp/1234.jpg"> on the previous page isn't a > process that would prohibit the file from being deleted is it?
I've heard that there's a setting in IIS that will lock files when accessed for x amount of time, so you can change that duration in IIS, though I don't have specifics on that handy... I remember someone else on this list ( or possibly the cf newsgroup, not sure ) had a similar problem related to that IIS locking several weeks ago and iirc were able to set the duration to 0 seconds to solve the problem. Isaac Dealey www.turnkey.to 954-776-0046 ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

