Hi,
I have implemented store with WCK.
It's multi-user/permission system, so folders created by some users are not visible by others, etc.


When user tries to create folder that already created by other user but not visible, user get 403 Unauthorized.
Let's say User 1 created "New folder".
Now User 2 has different permissions and doesn't see "New folder" created by user 1.
He tries to create "New folder" and get an error.


The logical thing to do is to create folder with some number appended to the name, like "New folder 2".

The problem is, with WCK just returns "OK", and WebDAV client thinks that "New folder" is created, not "New folder 2". It require client refresh to see the actual folder name.

Is there a way to return the name of created folder with WCK ? of not , is it possible at all? Do I have to use Slide directly for that and how?

Thank you.
R.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to