Rank: Newbie Groups: Member
Joined: 4/23/2009 Posts: 9
|
Hi, i am using File explorer to manage the documents and allowing the user to create the Folders at the site to put the documents in it. Sometimes, when a new folder is created, it does not refresh automatically and when you try to refresh it or delete it, a message is shown that it is in user or multiple users are using it. I get the error even when only 1 person is using it. Also sometimes, when the file is uploaded, it gets corrupted. how can I solve these errors?
Thanks Avneesh
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I believe the error message comes directly from the file system, so when it says it's being used, it is being used. The question is to find out who is using it. We will look into it from our side to see if we can add additional diagnostic information to help identify the root cause for that.
We have never seen file get corrupted when it is being uploaded, however the temp file may not be correct if user does not finish upload. In any case, when FileUploaded is fired, the file should be good. So you may want to try removing all your code behind and see if it works fine.
Thanks!
|