Hi Ivan
as mentioned in the other thread, the method that you need is `IAdmin.moveToCommonSpace`. It's currently used in
IAdmin.uploadMyUserPhoto. There's also a test demonstrating the functionality named
SpecialObjectPermTest.java.
What it does is put the object (in this case your OriginalFile) into the "user" group so that all users can see it.
Does that sound like what you need?
~Josh.