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. Problem with file upload using Pure ASP

Problem with file upload using Pure ASP

Scheduled Pinned Locked Moved ASP.NET
helpsysadmin
4 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.
  • M Offline
    M Offline
    M LN Rao
    wrote on last edited by
    #1

    Hello everybody, I am facing a problem. I am trying to upload a file using Pure ASP and I am not using any component. On development server it is allowing upto 10MB to upload but on production server it is not taking more than 1KB. If I try to upload more than 1KB file "Internal Server Error" page is getting displayed. Thanks

    Intelligence is measured by common sense not by how many scholarly books you read.

    S 1 Reply Last reply
    0
    • M M LN Rao

      Hello everybody, I am facing a problem. I am trying to upload a file using Pure ASP and I am not using any component. On development server it is allowing upto 10MB to upload but on production server it is not taking more than 1KB. If I try to upload more than 1KB file "Internal Server Error" page is getting displayed. Thanks

      Intelligence is measured by common sense not by how many scholarly books you read.

      S Offline
      S Offline
      Sutheesh chandran
      wrote on last edited by
      #2

      Hi, In web.config <system.web>, add the following code <system.web> <httpruntime maxrequestlength="1024000" /> //Here u can give ur maximum size of the file. </system.web>

      Sutheesh Ramachandran Cybernet Software Systems, T Nagar, Chennai 17.

      M 1 Reply Last reply
      0
      • S Sutheesh chandran

        Hi, In web.config <system.web>, add the following code <system.web> <httpruntime maxrequestlength="1024000" /> //Here u can give ur maximum size of the file. </system.web>

        Sutheesh Ramachandran Cybernet Software Systems, T Nagar, Chennai 17.

        M Offline
        M Offline
        M LN Rao
        wrote on last edited by
        #3

        Thanks for the reply but it is not ASP.NET application rather it is Pure/Classic ASP application.

        Intelligence is measured by common sense not by how many scholarly books you read.

        S 1 Reply Last reply
        0
        • M M LN Rao

          Thanks for the reply but it is not ASP.NET application rather it is Pure/Classic ASP application.

          Intelligence is measured by common sense not by how many scholarly books you read.

          S Offline
          S Offline
          Sherin Iranimose
          wrote on last edited by
          #4

          This is an asp.net forum, So you could ask better your question in an asp forum :)

          EVEN THE WORD IMPOSSIBLE SAYS I M POSSIBLE.

          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