Hello,
I'm using the URLControl object on my page with the following code :
<Portal:URL runat="server" ID="ctlFile" ShowDatabase="false" ShowLog="false" ShowNewWindow="false"
ShowSecure="false" ShowTabs="false" Width="400"
ShowTrack="false" ShowUrls="false" ShowUsers="false" ShowUpLoad="true" />
The matter is that I can see the upload link on my local development website. But, when I install the page on production / test environnement, I never manage to find this link. I'm using the page identified as super administrator. I've read the source files and i see the code check if writing rights are set for the user. Super Admin should be allowed ?
I can add that this page is called in popup window and that I'm using DNN V4.7.0. Any known bug on this configuration? Something wrong with my code.
Help is welcome,
Thanks,
Laurent.