DotNetNuke ® Portal and Module Development - www.schelian.com

 Search



Forum


 Forum update Minimize

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.



 Forum Minimize
SearchForum Home
     
  DNNPortal-Download  Using the DNNPortal-Download  Max Upload Siz...
 Max Upload Size?
 
imgOfflinehdjeng
2 posts
Joined
5/11/2005

Max Upload Size?
Posted: 19 Oct 05 2:46 PM (N/A)

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 )

 

imgOfflineSchelianHP
118 posts
5th
Joined
12/3/2004





Re: Max Upload Size?
Posted: 19 Oct 05 3:29 PM (Germany)

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


Best regards
Hans-Peter Schelian
www.schelian.com (English)
www.schelian.de (Deutsch)
German DotNetNuke Community
imgOfflinehdjeng
2 posts
Joined
5/11/2005

Re: Max Upload Size?
Posted: 23 Oct 05 1:08 PM (Taiwan, Province of China)

Your answer is right to solve my problem.

Thank you very much!

imgOfflineJester
2 posts
Joined
10/27/2005

Re: Max Upload Size?
Posted: 31 Oct 05 9:20 AM (United States)
I am in the same kind of perdicument. I did edit the web.config & heres the prob Im running into.
 
Some friends of mine have a local band so Im trying to setup a portal that their friends/family can dl their vids. A couple of them are almost 600m.
 
I uploaded one that was just shy of 600M & after uploading I encountered the typical error "max file size exceeded". I have the web.config set to 605m like wise in the module setting. After getting this error, everytime I try checking the module settings I get that same error & it wont let me into the settings at all.
 
Along with this I now have another prob, no one else including myself (mine is the SuperUsr acc) cant log into the portal at all. Doesnt give any errors, page just reloads back to the login with the fields blank.
 
Any ideas or suggestions would be welcome.
imgOfflineSchelianHP
118 posts
5th
Joined
12/3/2004





Re: Max Upload Size?
Posted: 31 Oct 05 10:03 AM (Germany)
 Jester wrote
I uploaded one that was just shy of 600M & after uploading I encountered the typical error "max file size exceeded". I have the web.config set to 605m like wise in the module setting. After getting this error, everytime I try checking the module settings I get that same error & it wont let me into the settings at all.

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.

 Jester wrote
Along with this I now have another prob, no one else including myself (mine is the SuperUsr acc) cant log into the portal at all. Doesnt give any errors, page just reloads back to the login with the fields blank.

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

HP


Best regards
Hans-Peter Schelian
www.schelian.com (English)
www.schelian.de (Deutsch)
German DotNetNuke Community
  DNNPortal-Download  Using the DNNPortal-Download  Max Upload Siz...


Page generated in 0.4375 seconds.