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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. File upload

File upload

Scheduled Pinned Locked Moved ASP.NET
csharpjavascriptasp-netcareerlearning
4 Posts 2 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
    mikker_123
    wrote on last edited by
    #1

    Hi guys, I have been uploading my files using HtmlFileUpload but I'm having headache with big files so I'm starting to look for components to do that. So I was wondering if any of you have suggestion for good free/commercial file uploading components that can resume upload, show upload progress (thought JavaScript) and so on... Of course component should seamlessly integrate with ASP.NET C# Solution. Tnx

    M 1 Reply Last reply
    0
    • M mikker_123

      Hi guys, I have been uploading my files using HtmlFileUpload but I'm having headache with big files so I'm starting to look for components to do that. So I was wondering if any of you have suggestion for good free/commercial file uploading components that can resume upload, show upload progress (thought JavaScript) and so on... Of course component should seamlessly integrate with ASP.NET C# Solution. Tnx

      M Offline
      M Offline
      minhpc_bk
      wrote on last edited by
      #2

      Hi there, I have no idea if you have tried overriding the maxRequestLength attribute of the httpRuntime entry in the web.config file to allow your asp.net application to upload a big file. If you want a third party component, then you can take a look at the Softartisan's FileUpload[^]

      M 1 Reply Last reply
      0
      • M minhpc_bk

        Hi there, I have no idea if you have tried overriding the maxRequestLength attribute of the httpRuntime entry in the web.config file to allow your asp.net application to upload a big file. If you want a third party component, then you can take a look at the Softartisan's FileUpload[^]

        M Offline
        M Offline
        mikker_123
        wrote on last edited by
        #3

        I've set both that and exipriationTimeout but I'm still looking for something more robust (I'll have upload of files bigger then 600 MB so it's not god idea for asp_net to cache that in memeory and then dump to file. Tnx for link, this control looks cool. Any other suggestion?

        M 1 Reply Last reply
        0
        • M mikker_123

          I've set both that and exipriationTimeout but I'm still looking for something more robust (I'll have upload of files bigger then 600 MB so it's not god idea for asp_net to cache that in memeory and then dump to file. Tnx for link, this control looks cool. Any other suggestion?

          M Offline
          M Offline
          minhpc_bk
          wrote on last edited by
          #4

          Xceed's FTP components[^]

          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