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 8769055
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:14:00+00:00 2026-06-13T17:14:00+00:00

So basically I need to upload large files, preferably up to 8GB. I’m limited

  • 0

So basically I need to upload large files, preferably up to 8GB.

I’m limited by these file upload limits:

<system.web>
    <!-- set to max value, max request size is 2GB, takes precedence over IIS -->
    <httpRuntime maxRequestLength="2097151" executionTimeout="3600"/>
    ...

<system.webServer>
    <security>
        <requestFiltering>
            <!-- set to max value, IIS max length of content is 4GB -->
            <requestLimits maxAllowedContentLength="4294967295"/>
        </requestFiltering>
    </security>
    ...

I’ve looked around a bit, and I’ve heard that the only way to get past the 2GB limit is to upload the file in segments, but I haven’t actually found any tools that can do this. Does anyone know of any?

  • 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-06-13T17:14:02+00:00Added an answer on June 13, 2026 at 5:14 pm

    WinRar, 7Zip or WinZip should be able to create compressed files broken up into pieces. If these files are then uploaded, you can put them back together by decompressing the entire archive. You can try using the 7-Zip SDK to compress / split these large files. Using compression you also decrease the upload time and the number of bytes sent.

    There may be other similar tools for this, as the comments suggest.

    Edit: just to make it clear – using any of these compression tools won’t obviously give you the ability to upload massive files in one go. They can be used to easily compress and split up large files into several smaller, more manageable pieces which can then be uploaded using the existing limits of the file upload control (or similar 3rd party controls). Using these tools would involve giving a utility to your users that helps with splitting up the file after which they can upload the pieces.

    Here’s an article that has links to various commercial uploader tools that you may check out but I’m not familiar with them. It also links to Jeff Atwood’s blog entry that makes a case to use a desktop tool to do really large uploads.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have sucessfully managed to make a file upload system which basically is copying
I'm using: https://github.com/blueimp/jQuery-File-Upload Basically, I need to be able to save the current done
Basically I need to get older version of a file in the repository without
I need a method which will take an *.jpg image file and upload it
after processing a upload file received from an external website, we need to send
Okay, basically I've developed a simple image upload system. The user selects a local
I have this method, #upload, that basically takes in, amongst other arguments, a file
Basically I want to upload image and Video file with an html form. Image
Once again I need some help. I'm creating a multiple file upload function with
I'm building a simple PHP file manager, and I need help getting files to

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.