Hi, just installed a site to a live server and when an editor tried to replace a file on the liveserver to following error occured:
"The process cannot access the file '....upload\image.jpg' because it is being used by another process"
Anyone who knows how to handle this issue?
Did you ever get to solve this problem? I'm experiencing the exact same issue and it's not very consistent. (I can't replicate the issue) Or do you know how to replicate?
Could this be that you are trying to replace an image at the same time that a user is accessing a page containing that image file? If that happens, you will not be able to replace the file... That is the only time I have experienced this error.