Large file uploads (>30mb) using form wizard pro - mojo 2.3.7

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.
4/30/2014 12:09:22 PM
Gravatar
Total Posts 2

Large file uploads (>30mb) using form wizard pro - mojo 2.3.7


mojoPortal Version: 2.3.7.0 MSSQL
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
ASP.NET Info: v4.0.30319 Running in Full Trust

sts-FormWizard 2.6.0.4

I have to upload large images using formwizardpro upload files option. I am able to upload images under 20mb with no problem. But I am unable to upload files any bigger.

For files < 30mb, I get the error message "The uploaded file was discarded because it is larger than the configured limit. Please upload a file no larger than 20 MegaBytes." for files under 30mb.

For files > 30mb, I get the 404 - File or directory not found error.

web.config:

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

<httpRuntime maxRequestLength="100000" requestValidationMode="2.0" maxUrlLength="560" maxQueryStringLength="2048" />

  <neatUpload useHttpModule="true" maxNormalRequestLength="4096" maxRequestLength="2097151" multiRequestUploadHandlerUrl="~/NeatUpload/MultiRequestUploadHandler.ashx" maxUploadRate="300" xmlns="http://www.brettle.com/neatupload/config/2008">
  </neatUpload>

This is from web.config of FormWizardPro folder

<configuration>
  <location path="MultiRequestUploadHandler.ashx">
    <system.web>
      <httpRuntime maxRequestLength="2097151" executionTimeout="3600" useFullyQualifiedRedirectUrl="true" />
    </system.web>
  </location>
</configuration>

Thank you for your help

4/30/2014 12:22:57 PM
Gravatar
Total Posts 18439

Re: Large file uploads (>30mb) using form wizard pro - mojo 2.3.7

Those are old versions of both mojoPortal and Form Wizard Pro.

In the latest/recent versions we no longer use NeatUpload.

Everything I know about troubleshooting large file upload problems is in the article Supporting Large File Uploads, legacy information about NeatUpload is at the bottom of that page but is not relevant in the latest version since we no longer use it.

 

 

4/30/2014 12:27:11 PM
Gravatar
Total Posts 2

Re: Large file uploads (>30mb) using form wizard pro - mojo 2.3.7

May I update just the Form Wizard Pro?

Do you that will fix the issue? I cannot update the site yet. Please suggest what can be done to fix the issue with the current version.

Thank you

4/30/2014 12:31:22 PM
Gravatar
Total Posts 18439

Re: Large file uploads (>30mb) using form wizard pro - mojo 2.3.7

no, the newest version of Form Wizard requires the latest version of mojoPortal.

also nothing about Form Wizard can affect the size of files that can be uploaded, that is only by configuration of the web server and config settings discussed in the article I posted, so updating to a newer Form Wizard would not solve the file problem.

 

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