Hi,
I am trying to delete the file from client machine (intranet) once it has been uploaded to our server using the AjaxFileUpload.
Sometimes the delete works absolutely fine, other time I get a "because it is being used by another process."
I would like to mention that I have complete access to file path and I am not dependant on browser (anyhow I wouldnt get complete path to the file because of security - fakepath in chrome).
Just wondering what this another process could be? And why is the behavior random? Is there a concept like the network might be holding a handle to the file?
Please let me know your experience/suggestion?
Thank you