This is an open forum for any mojoPortal topics that don't fall into the other categories.
mojoPortal Version 2.3.8.1 MSSQLOperating System Microsoft Windws NT 6.1.7600.0ASP.NET Info v4.0.30319 Running in Full TrustIIS 7.5.7600.16385
I'm using the Web.config for full trust with neatUpload uncommented.
My goal is to be able to upload files up to 12MB. However, I'm not able to do so; I receive the error message "Error occured while uploading file." This is not a space issue as there is no space limit for this website and over 500 GB are available.
I tried changing maxNormalRequestLength to 12288 but that didn't seem to make a difference. I did make sure the Web.config was reloaded before trying.
I hope I'm missing something really simple
Thanks for any suggestions.
As Joe always says, everything he knows about uploading large files is documented here.
In addition to the things in that article, solving any problem first requires finding out the error detail by Basic Troubleshooting.
Hope that helps,
Joe