Unable to upload large files into Shared Files feature (20+ MB)

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
5/27/2013 9:24:11 AM
Gravatar
Total Posts 12

Unable to upload large files into Shared Files feature (20+ MB)

Hey Joe,

 

I'm wondering if you have any advice for the following situation. I'm running the following:

- OS: Windows 2K8 R2 Enterprise server

- Firebird database

- mojoPortal 2.3.9.6

- .NET 4.0

 

When I upload a file into the Shared Files feature, any files below 20 MB work great. When I go larger (lets say 30MB), I get the progress bar but no movement. I've read your post on supporting larger files uploads here: https://www.mojoportal.com/supporting-large-file-uploads.aspx but have failed to get it to increase.

A couple of notes:

- I just noticed that the Shared Files feature has a schema version of 1.0.0.0. Don't know if that's correct

- I am able to run the first appcmd to set the requestfiltering value but when I run the second appcmd to list the requestFiltering setting, I get the following message:

Error ( message:Configuration error

Filename: \\?\C:[path to web.config]\web.config

Line Number: 1200

Description: The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration

.)

When I go to line 1200 of my web.config, I have a blank line just after the closing </system.webServer> section and just prior to the following:

<system.web.extensions>
     <scripting>
      <scriptResourceHandler enableCompression="true" enableCaching="true" />
      <!--
      <webServices>
        <authenticationService enabled="true" requireSSL="false"/>
        <roleService enabled="true"/>
      </webServices>
      -->
    </scripting>
  </system.web.extensions>

Under the system.webServer section, I do have the following:

<security>
        <requestFiltering><requestLimits maxAllowedContentLength="209715200"></requestLimits></requestFiltering>
    </security>

I also checked the applicationHost.config file in system32\inetsrv\config and have the following:

<section name="requestFiltering" overrideModeDefault="Allow" />

Any help would be greatly appreciated, I have been struggling with this one for the last 2 weeks.

Thanks!

 

5/27/2013 11:01:23 AM
Gravatar
Total Posts 108
Community Expert

Re: Unable to upload large files into Shared Files feature (20+ MB)

Are you sure that the version is 2.3.9.6 and not the 2.3.9.7 because I have a similar issue you can see the post  in

https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&t=11690~1#post48661

The mojo version 2.3.9.7 have a new jquery file uploader so the post about config the max file size for netupload it's not valid anymore, and the error that you post sound to me like a missing config in the web.config. 

Because neatupload it's not longer supported the web.config secction for the configuration of neatupload was deleted in the last version of mojo

You can read the release note here 

https://www.mojoportal.com/mojoportal-2397-released

5/27/2013 11:05:16 AM
Gravatar
Total Posts 12

Re: Unable to upload large files into Shared Files feature (20+ MB)

Perfect, Thanks Germandb

I definitely have 2.3.9.6, I haven't upgraded but knowing that we have a fix in the next release will push me to that version.

Let me try that out and I'll see how it goes.

Again, thanks for the help!

You must sign in to post in the forums. This thread is closed to new posts.