Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. ASP.NET File Upload control restriction?

ASP.NET File Upload control restriction?

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    student_rhr
    wrote on last edited by
    #1

    Is there a size limit when using File Upload control in ASP.NET? I cant upload larger file like 50MB or so!!

    G V 2 Replies Last reply
    0
    • S student_rhr

      Is there a size limit when using File Upload control in ASP.NET? I cant upload larger file like 50MB or so!!

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      No, there is no size limit for the control, but there is a limit on the size of a request that the server will accept. By default it will not allow more than 4 MB. You have to change the maxRequestLength property in web.config. --- b { font-weight: normal; }

      1 Reply Last reply
      0
      • S student_rhr

        Is there a size limit when using File Upload control in ASP.NET? I cant upload larger file like 50MB or so!!

        V Offline
        V Offline
        vik20
        wrote on last edited by
        #3

        Here is a post explaining the problems of uploading large file in asp.net 2.0 http://vikramlakhotia.com/Post.aspx?postID=7 Vikram

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups