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. C#
  4. Friends...I need some help

Friends...I need some help

Scheduled Pinned Locked Moved C#
comgraphicshelp
2 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.
  • O Offline
    O Offline
    OMalleyW
    wrote on last edited by
    #1

    Having done a search both here and google I have found a ton of information about using HttpPostedFile. I have a situation where users will be uploading drawing files. Most of the time these files will not be very large, there are however those few people that continue to use Solidworks and create files that are 100Mb and up. Now I would just increase the max Http Request length but considering that I could have several people trying to upload huge files at the same time...this could get me in trouble. I am not sure what to do...I am not able to use any 3rd party plugins or activeX controls... Any ideas would be great.... Thanks, Will

    I hate users. Not all of them, just the ones who talk.CP member: Al Einstien

    N 1 Reply Last reply
    0
    • O OMalleyW

      Having done a search both here and google I have found a ton of information about using HttpPostedFile. I have a situation where users will be uploading drawing files. Most of the time these files will not be very large, there are however those few people that continue to use Solidworks and create files that are 100Mb and up. Now I would just increase the max Http Request length but considering that I could have several people trying to upload huge files at the same time...this could get me in trouble. I am not sure what to do...I am not able to use any 3rd party plugins or activeX controls... Any ideas would be great.... Thanks, Will

      I hate users. Not all of them, just the ones who talk.CP member: Al Einstien

      N Offline
      N Offline
      Nader Elshehabi
      wrote on last edited by
      #2

      Hello AFAIK the best practice in transfering a file over a network is making it in chunks. This would give you two advantages: 1- Minimize data loss, and improve recovery. 2- Allows the user to resume uploading/downloading files later if there is a connection failure. I wouldn't like it if I lose my 99Mb upload for a 2 secoinds power failure.;P

      Regards:rose:

      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