Avatar

Level 2

That's the thing, I do not know where the name  _FileShare_FileShare1 is coming from.  I can see (from the Room Console) that the room contains the  folder named default_FileSharePod.

Anyway, I got it to work by doing the below:

<rtc:FileShare  sharedID="default_FileSharePod"   width="100%" height="100%" connectSession="{modelLocator.afcsManager.connectSession}" />

Now I can click the upload button, and p_nodeName is 'default_FileSharePod'.  The code is happy and lets me select a file. 

  However, I am still puzzled why it was looking for a node named _FileShare_FileShare1.  I have searched the AFCS code and my own, and can't find any reference to that name.