Upload File to server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jamesd0142
    Contributor
    • Sep 2007
    • 471

    Upload File to server

    Is it possiible to create a application that uploads a file to a server from my local machine?

    Can anyone point me in the right direction?

    Thanks
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Upload File to which server ?

    Comment

    • jamesd0142
      Contributor
      • Sep 2007
      • 471

      #3
      for example if i use some third party online storage space etc...

      I'm unsure if this is even possible yet.

      cheers

      Comment

      • Killer42
        Recognized Expert Expert
        • Oct 2006
        • 8429

        #4
        Assuming this relates to Visual Basic, what version are you using?

        (I imagine the Internet controls will allow you to do it, via either FTP or HTTP.)

        Comment

        • jamesd0142
          Contributor
          • Sep 2007
          • 471

          #5
          Originally posted by Killer42
          Assuming this relates to Visual Basic, what version are you using?

          (I imagine the Internet controls will allow you to do it, via either FTP or HTTP.)
          Im using vb express edition 2005, These 'FTP' or 'HTTP' controls i dont see them in the toolbox... Possibly just my version?

          Comment

          • QVeen72
            Recognized Expert Top Contributor
            • Oct 2006
            • 1445

            #6
            Hi,

            You can do it in a WebForm in ASP.Net,..

            Cheack this M$ Link

            Regards
            Veena

            Comment

            • jamesd0142
              Contributor
              • Sep 2007
              • 471

              #7
              Originally posted by QVeen72
              Hi,

              You can do it in a WebForm in ASP.Net,..

              Cheack this M$ Link

              Regards
              Veena

              OK
              Thanks for that, Don't have visual studio on this machine, only vb express, but i'll give it a go at home.

              James

              Comment

              Working...