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. Uploading Large files to Server using Asp.Net

Uploading Large files to Server using Asp.Net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminquestion
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.
  • P Offline
    P Offline
    Paul McGann
    wrote on last edited by
    #1

    I have been given the task to upload a few large files in a new project. Files sizes will be no more than 200MB. I have been doing my research on the best approach to uploading these files to the server. I was just wondering if anyone out there has tried to implement something similiar and has any advice to give? Ideally I would like to split the file into seperate files to upload and then re-combine on the server. Any comments are greatly appreciated. ASP all the way

    D H 2 Replies Last reply
    0
    • P Paul McGann

      I have been given the task to upload a few large files in a new project. Files sizes will be no more than 200MB. I have been doing my research on the best approach to uploading these files to the server. I was just wondering if anyone out there has tried to implement something similiar and has any advice to give? Ideally I would like to split the file into seperate files to upload and then re-combine on the server. Any comments are greatly appreciated. ASP all the way

      D Offline
      D Offline
      David Mujica
      wrote on last edited by
      #2

      My 2 cents: 1) Maybe implement the solution using FTP. Have your client use FTP to a predtermined location and process it from there. 2) Investigate 3rd Party controls that are designed specifically to upload large files. Good luck. :thumbsup:

      P 1 Reply Last reply
      0
      • D David Mujica

        My 2 cents: 1) Maybe implement the solution using FTP. Have your client use FTP to a predtermined location and process it from there. 2) Investigate 3rd Party controls that are designed specifically to upload large files. Good luck. :thumbsup:

        P Offline
        P Offline
        Paul McGann
        wrote on last edited by
        #3

        Thanks David, These are the kind of solutions we have been looking into. Thanks for your input much appreciated.

        1 Reply Last reply
        0
        • P Paul McGann

          I have been given the task to upload a few large files in a new project. Files sizes will be no more than 200MB. I have been doing my research on the best approach to uploading these files to the server. I was just wondering if anyone out there has tried to implement something similiar and has any advice to give? Ideally I would like to split the file into seperate files to upload and then re-combine on the server. Any comments are greatly appreciated. ASP all the way

          H Offline
          H Offline
          Herman T Instance
          wrote on last edited by
          #4

          in your web.config file state: <httpRuntime maxRequestLength="300000"/> this line is placed in the section: <system.web>

          In Word you can only store 2 bytes. That is why I use Writer.

          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