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. Copy files to server

Copy files to server

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminquestion
6 Posts 5 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.
  • N Offline
    N Offline
    nisrinee51
    wrote on last edited by
    #1

    I need to copy mutiple files to a server using ASP.NET, any idea how I can do it ???

    U P R 3 Replies Last reply
    0
    • N nisrinee51

      I need to copy mutiple files to a server using ASP.NET, any idea how I can do it ???

      U Offline
      U Offline
      User 377904
      wrote on last edited by
      #2

      upload

      1 Reply Last reply
      0
      • N nisrinee51

        I need to copy mutiple files to a server using ASP.NET, any idea how I can do it ???

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

        I assume you mean you want to upload multiple files from a client machine to a server machine. Multiple files are tricky from a UI point of view. It depends on how many you want. Recently we had to provide a web solution that uploaded 150 images per product. One way would have been to develop an ActiveX control that the client downloaded. The other way was we had the client zip up the 150 files and then just upload the zip. On the server side we then used a .NET Sourceforge unzip library to extract all the files. Worked like a bomb. regards, Paul Watson Bluegrass South Africa Miszou wrote: I have read the entire internet. on how boring his day was. Crikey! ain't life grand?

        C 1 Reply Last reply
        0
        • P Paul Watson

          I assume you mean you want to upload multiple files from a client machine to a server machine. Multiple files are tricky from a UI point of view. It depends on how many you want. Recently we had to provide a web solution that uploaded 150 images per product. One way would have been to develop an ActiveX control that the client downloaded. The other way was we had the client zip up the 150 files and then just upload the zip. On the server side we then used a .NET Sourceforge unzip library to extract all the files. Worked like a bomb. regards, Paul Watson Bluegrass South Africa Miszou wrote: I have read the entire internet. on how boring his day was. Crikey! ain't life grand?

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          Paul Watson wrote: Worked like a bomb. It blew up ? Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder

          P 1 Reply Last reply
          0
          • C Christian Graus

            Paul Watson wrote: Worked like a bomb. It blew up ? Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder

            P Offline
            P Offline
            Paul Watson
            wrote on last edited by
            #5

            :-D I was wondering if that phrase is used outside of SA. It is a good thing, means it worked well, effective as a bomb. regards, Paul Watson Bluegrass South Africa Miszou wrote: I have read the entire internet. on how boring his day was. Crikey! ain't life grand?

            1 Reply Last reply
            0
            • N nisrinee51

              I need to copy mutiple files to a server using ASP.NET, any idea how I can do it ???

              R Offline
              R Offline
              Rocky Moore
              wrote on last edited by
              #6

              Depends on the client limitations. You could use * A DIME attachment and call a web service * Have the client ZIP them and upload one file * Client side javascript to build a list of files to be send and upload them all * FTP A project I did recently required several hundred files to be updated on a weekly basis. I used WebServices with a DIME attachment but it was a little slow. The main thing was that we did not have an FTP port open and the files were automatically posted by a program running on the client's machine as a service. Was all transparent to the user. Rocky

              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