To avoid “dirty” files upload by the user of the DNN, most of the time Administrator of the System will do it, If you want to disable the DNN UrlControl which only allow user to assign file but not upload the file, you can use following code…
<dnn:url id=”ctlVideoURL” runat=”server” width=”300″ showfiles=”True” ShowUpLoad=”false” showUrls=”False” shownewwindow=”False”showtrack=”False” showlog=”False” [...]
Posts Tagged ‘DNN UrlControl’
Disable upload feature for DNN UrlControl
Posted in DNN Module Development, DotNetNuke v4, dotnetnuke, tagged DNN UrlControl on December 26, 2007 | Leave a Comment »