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. Automatically upload images

Automatically upload images

Scheduled Pinned Locked Moved ASP.NET
sysadminhelpcsharpasp-netsecurity
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.
  • Y Offline
    Y Offline
    Yosh_
    wrote on last edited by
    #1

    Hi Guys, Scenario: i've finished an ASP.NET app. The users log on via a secure network anywhere in the world. When they've registered, they download a win app on their systems used to encrypt files. They select the files they want to encrypt, but don't knw the output path (for security reasons). When they log on, they should just click a button and all those encrypted files (from the output location) should be uploaded to the server. Problem: However, I do not knw how to automatically start the upload as I don't want them to manually pick the files (they don't even knw where the files are, but i do). Pls help. Deadline close.

    He who goes for revenge must first dig two graves.

    N 1 Reply Last reply
    0
    • Y Yosh_

      Hi Guys, Scenario: i've finished an ASP.NET app. The users log on via a secure network anywhere in the world. When they've registered, they download a win app on their systems used to encrypt files. They select the files they want to encrypt, but don't knw the output path (for security reasons). When they log on, they should just click a button and all those encrypted files (from the output location) should be uploaded to the server. Problem: However, I do not knw how to automatically start the upload as I don't want them to manually pick the files (they don't even knw where the files are, but i do). Pls help. Deadline close.

      He who goes for revenge must first dig two graves.

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      If you are having them run a Windows app then you have complete control over this. After the files have been encrypted push them to the location of your choice. What part are you stuck with?


      I know the language. I've read a book. - _Madmatt

      Y 1 Reply Last reply
      0
      • N Not Active

        If you are having them run a Windows app then you have complete control over this. After the files have been encrypted push them to the location of your choice. What part are you stuck with?


        I know the language. I've read a book. - _Madmatt

        Y Offline
        Y Offline
        Yosh_
        wrote on last edited by
        #3

        Mark, they've got to be logged online and on the web page to let this happen. Pls how do I let this happen on a click of a button?

        He who goes for revenge must first dig two graves.

        N 1 Reply Last reply
        0
        • Y Yosh_

          Mark, they've got to be logged online and on the web page to let this happen. Pls how do I let this happen on a click of a button?

          He who goes for revenge must first dig two graves.

          N Offline
          N Offline
          Not Active
          wrote on last edited by
          #4

          A WebService is probably the easiet to start with. Have the Windows app send the files to the WebService. If you wanted to do it from the webpage you'd have to create a form, add the files, and submit it.


          I know the language. I've read a book. - _Madmatt

          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