BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  General  General discuss...  Max Upload Size
Previous Previous
 
Next Next
New Post 3/19/2008 6:04 PM
Unresolved
User is offline tscherf
6 posts
No Ranking


Max Upload Size 

We've been trying to use, or abuse BugNet as an ftp portal.
In doing so we hit some boundaries in terms of file upload size.
We don't seem to be able to upload most of the files that we need to upload as an attachment.
BugNet simply displays an error, but I believe that this is directly linked to a max upload size.

I tried to find a setting for this but could not find anything in the web.config file, or any of the

FCK Editor settings files.  Is this directly hardcoded into the BugNet code?  Is there a way to increase
the size for file uploads?

Thanks for any any help on this.

Toby

 
New Post 3/20/2008 5:59 AM
User is offline admin
606 posts
bugnetproject.com
1st Level Poster




Re: Max Upload Size 

 tscherf wrote

We've been trying to use, or abuse BugNet as an ftp portal.
In doing so we hit some boundaries in terms of file upload size.
We don't seem to be able to upload most of the files that we need to upload as an attachment.
BugNet simply displays an error, but I believe that this is directly linked to a max upload size.

I tried to find a setting for this but could not find anything in the web.config file, or any of the

FCK Editor settings files.  Is this directly hardcoded into the BugNet code?  Is there a way to increase
the size for file uploads?

Thanks for any any help on this.

Toby

 

Change the maxRequestLength (in bytes) to a larger value, you can find it in the web.config in the httpRuntime node.

<httpRuntime maxRequestLength="4000" executionTimeout="1000"/>  


Davin Dubeau
BugNET - Core Developer

 
Previous Previous
 
Next Next
  Forum  General  General discuss...  Max Upload Size

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.