... A little progress.
I've updated the Filemanager permission settings to deny browsing access to all folders in the portals/0/ sub-directory set except for Administrators.
I then allowed browser access to the Security group that will use this module.
The result is that the user only sees the 'ClientImages' subdirectory in the urlcontrol when that control is set up as follows:
<dnn:UrlControl ID="dnnUpload" ShowLog="false" ShowNewWindow="false" ShowTrack="false" ShowImages="false" ShowNone="false" ShowTabs="false" ShowUrls="false" ShowUsers="false" ShowFiles="true" ShowUpLoad="true" runat="server"/>
(appreciate many of these are defaults and therefore uneccessary - but I'm experimenting.... :) )
So the only outstanding issue I have when using the urlcontrol in a DNN popup ... Called through the use of:
<a id="dnnModal" href=" dnnModal.show('http://localhost:13436/dnn700/Designer.aspx?popUp=true',false,650,1150,false)"><img width="200" height="25" alt="Start Product Design " src="~/DesktopModules/PM_Designer/Btn_StartProductDesign.png" /></a>
is that I after selecting 'Upload New File', I get the 'Upload Selected file' and 'Select an existing file' buttons - but the intervening File upload browsing page for the local file to upload doesn't appear until I click away from the control!
What am I missing?
regards
Duncan