Hi Folks.
After a long time (and a crashed server last year) i'm back and just restarting my website with DNN 6.2 and the latest Gallery module.
On my test machine (a high power notebook with win 7 Enterprise) everything is running fast and without probs but the gallery module.
As i'm working locally there are of course no issues with timeouts ;-)
I can add and view pictures but not videos.
I added in the web.config under
<system.webserver>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="100000000" />
</requestFiltering>
</security>
and changed also
<httpRuntime useFullyQualifiedRedirectUrl="true" executionTimeout="300" maxRequestLength="100000" requestLengthDiskThreshold="8192" requestValidationMode="2.0" />
and of course in the gallery settings itself.
When adding a swf-file with 40 MB it appears in the list of pending uploads and in the corresponding folder testdnn\Portals\0\Gallery\466 there is "my file" with size 0.
When clicking on Upload Pending Files i receive
Upload Error: An error occured while attempting to process the uploaded file 91778870.swf
in red.
The last log-entry:
2012-06-11 10:37:47,608 [NB_KJO][Thread:25][ERROR] DotNetNuke.Modules.Gallery.GalleryUploadCollection - Auf eine geschlossene Datei kann nicht zugegriffen werden.
System.ObjectDisposedException: Auf eine geschlossene Datei kann nicht zugegriffen werden.
In english this means: not possible to access a closed file.
Aha....normally i know about probs accessing OPEN files but never heard about CLOSED files.
I'm really confused.
What to do?