Custom Uploads at DotNetNuke

  • As far as I know, in DNN Core there is nothing special to limit the volume, each user can upload files. Is there a way to change the code or install any modules to process it? (for example, I do not want users to be able to upload more than 100 MB to the space allocated to them)

  • Is there any configuration in the DNN kernel that puts the files uploaded by the user in separate folders to make browsing easier? Any modules are recommended. (for example, I want to upload user12 files to a folder named user12 or something similar)

+3
source share
2 answers
  • The setting for establishing and enforcing a quota for file storage will be set at the module level, not at the DNN / Portal level. It depends on the module used.

  • There seem to be too many choices for a DNN module that will allow your users to upload various files to their own folder. However, I found one that has two positive reviews that, if it works as promised, should meet your requirements.

http://www.snowcovered.com/snowcovered2/Default.aspx?tabid=242&PackageID=16691

According to the author, it allows you to provide users with their own directory to which they can be downloaded.

+1
source

DNN . , .

Admin | | |

0

All Articles