Feeds:
Posts
Comments

Posts Tagged ‘DNN UrlControl’

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” [...]

Read Full Post »