Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7502573
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T20:54:53+00:00 2026-05-29T20:54:53+00:00

I currently have a ASP.Net MVC web application that needs to upload large files

  • 0

I currently have a ASP.Net MVC web application that needs to upload large files using ajax. I am currently using this jQuery plugin – http://valums.com/ajax-upload/. I have also used this plugin – http://jquery.malsup.com but get the same result.

The issue that I am having for large file is that the iframe that gets generated to in order for the request to be asynchronous is not loading in time.

It always seems to point to this code:

var doc = iframe.contentDocument ? iframe.contentDocument : iframe.contentWindow.document, response; 

For smaller files the script works great but for larger files the iframe nevers seems to get initialized properly.

This has been driving me crazy. Can someone please HELP.

thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T20:54:55+00:00Added an answer on May 29, 2026 at 8:54 pm

    You might need to increase the maximum allowed request size on the server as well as the execution timeout of the request using the <httpRuntime> section in your web.config

    <system.web>
        <httpRuntime 
            maxRequestLength="size in kbytes"
            executionTimeout="seconds"
        />
    
        ...
    </system.web>
    

    And if you are deploying your application in IIS 7.0+ you might also need to increase the maximum allowed request size using the <requestLimits> node of the <system.webServer> section:

    <system.webServer>
        <security>
            <requestFiltering>
                <requestLimits maxAllowedContentLength="size in bytes" />
            </requestFiltering>
        </security>
    
        ...
    </system.webServer>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

currently I have a custom VirtualPathProvider in a Asp.net MVC web application. This VirtualPathProvider
I have a pretty big web application that I created last year using ASP.NET
I currently have a web application written by ASP.NET MVC. Now I want to
I have an ASP.NET MVC 3 (.NET 4) web application. This app fetches data
Currently I'm trying to port a web application(ASP.NET MVC) to windows azure and have
I have an ASP.NET MVC application that currently uses the WebClient class to make
I'm tasked to create a web application. I'm currently using c# & asp.net (mvc
I have an asp.net MVC web application that requires tasks to be scheduled. (A
I have an ASP.NET MVC 2 application in development that uses a web service
I am currently creating an e-commerce site using C# ASP.NET MVC and have just

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.