Hello,
I have a project that requires administrators to be able to upload files up to 10GB to the website. These files would be downloaded by our visitors via a module. However, my research says that IIS 7 will only allow 4GB (or 2GB?) maximum upload to DNN. I understand that we can just FTP the files into a website directory and use modules to allow these visitors to download the huge files. The problem is that the file manager on DNN needs to be refreshed before it can see the files that were transferred to the directory.
My questions are:
1. Is there a way for an administrator to upload files more than 4GB that I don't know about?
2. Is there a way to make DNN auto refresh the file manager UI once it detects a new file in DNN? It's not prudent to have to refresh / resync the file manager every time a new file is transferred to a directory.
Thank you,
Akheem