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. General Programming
  3. .NET (Core and Framework)
  4. Uploading

Uploading

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharphelp
5 Posts 4 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
    saadullah Bhutto
    wrote on last edited by
    #1

    Hello this is Saad Bhutto from the last few days I am stuck at the roblem og Uploading as the .Net Uploader doesnot take more than 4MB soo,we can also Change this by changing in Web.config and increase the HTTP request length. i have done this but it doesn't upload more then 8MB even I have aslo given the Length to 16MB :)

    J L K 3 Replies Last reply
    0
    • S saadullah Bhutto

      Hello this is Saad Bhutto from the last few days I am stuck at the roblem og Uploading as the .Net Uploader doesnot take more than 4MB soo,we can also Change this by changing in Web.config and increase the HTTP request length. i have done this but it doesn't upload more then 8MB even I have aslo given the Length to 16MB :)

      J Offline
      J Offline
      jschell
      wrote on last edited by
      #2

      I think you need to provide more detail. Describe the flow of your system. What server are you using? How exactly do you test such that you know what the limit is?

      1 Reply Last reply
      0
      • S saadullah Bhutto

        Hello this is Saad Bhutto from the last few days I am stuck at the roblem og Uploading as the .Net Uploader doesnot take more than 4MB soo,we can also Change this by changing in Web.config and increase the HTTP request length. i have done this but it doesn't upload more then 8MB even I have aslo given the Length to 16MB :)

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        You must give us more details about your problem. What is the exact error message you are getting? I hope you made the changes in your web.config in this tag:

        <httpRuntime maxRequestLength="8192" />

        1 Reply Last reply
        0
        • S saadullah Bhutto

          Hello this is Saad Bhutto from the last few days I am stuck at the roblem og Uploading as the .Net Uploader doesnot take more than 4MB soo,we can also Change this by changing in Web.config and increase the HTTP request length. i have done this but it doesn't upload more then 8MB even I have aslo given the Length to 16MB :)

          K Offline
          K Offline
          keyur satyadev
          wrote on last edited by
          #4

          Well, it's depend on bandwidth of server and speed. but you can try below code in web.config file, i hope which will resolve your problem. it's work for me more than 50 MB file. this should be before completion of system.web section. Regards Keyur Satyadev

          J 1 Reply Last reply
          0
          • K keyur satyadev

            Well, it's depend on bandwidth of server and speed. but you can try below code in web.config file, i hope which will resolve your problem. it's work for me more than 50 MB file. this should be before completion of system.web section. Regards Keyur Satyadev

            J Offline
            J Offline
            jschell
            wrote on last edited by
            #5

            keyur satyadev wrote:

            Well, it's depend on bandwidth of server and speed.

            No it doesn't. That impacts how fast one can download any specific amount. It doesn't set a maximum.

            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