Hi there,
I have been pulling my hair out on this one. I have uploaded several large video files via FTP to a DNN 7.3.4 site. The transfers were successful, however I do not see the video files (.mp4..this ext. is listed in DNN settings) in file manager, and thus cannot use them for a video gallery. I have adjusted the web.config file
- <!-- allow large file uploads --> <httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="2048000" requestLengthDiskThreshold="2048000" executionTimeout="1200" /> <httpCookies httpOnlyCookies="true" requireSSL="true" domain="" />
And still, no luck...any help would be greatly appreciated. What am I missing here to get these files to show up in file manager!
Thank you, Dan