Search
Register
Login
Today: 09/12/2005 we have setup our new dedicated English forum.
From today on, please use this forum instead of the English forums on DNNPortal.DE.
I will lock the English forums on DNNPortal.DE.
I set Max. Upload Size = 1048576kb(1000MB)
But I only upload file size <= 10MB
What's wrong?
Thanks for your reply.(Forgive my english is very poor )
If I understand you right you have set the maxRequestLength, but if you try to upload large files a second parameter is needed.
< HTTPRUNTIME usefullyqualifiedredirecturl="true"> executionTimeout="900" maxRequestLength="16384" />
As you can see there is a pram called executionTimeout, this pram indicates the maximum number of seconds that a request is allowed to execute before being automatically shut down by ASP.NET.
The default value for this pram if it is not set in the web.config is 90 (90 seconds).
Try to set a value that corresponds to the time you need to upload your largest files.
Hope that helps
Regards
HP
Your answer is right to solve my problem.
Thank you very much!
There are a couple of things what could happens.
First you have to setup the max upload size in the module settings to a value equal or higher then 600000.
Second you must setup the entries in web.config.
But it is not recommend to upload big files via http upload the best is to upload the files via ftp and then use the local file option to select the file for the download module.
Regarding your login problem:
Did you have done a upgrade of DotNetNuke ?
If yes it seems that you have used the wrong machine keys in the web config. You must use the machine keys of your old web.config because of these keys will be used for encryption of your passwords. You will find more information about the upgrade problem on the general dotnetnuke forum
HTH
Page generated in 0.4375 seconds.