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. Posting Software to the Web

Posting Software to the Web

Scheduled Pinned Locked Moved C#
businesstutorialquestionworkspace
5 Posts 4 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.
  • D Offline
    D Offline
    danielhasdibs
    wrote on last edited by
    #1

    Hi everyone. I recently started an online software business. I'd like for my customers to be able to purchase my software (via PayPal) and after the purchase, be directed to a link where they can download the software. I'd prefer one that had a blind link (one where you could not get to from anywhere else). I'm sure there are sites that offer such services, but I'm having a tough time finding any. I already have the payment transaction setup through PayPal, but I don't know how to handle the downloading of the software. Any suggestions? Thanks.

    R E 2 Replies Last reply
    0
    • D danielhasdibs

      Hi everyone. I recently started an online software business. I'd like for my customers to be able to purchase my software (via PayPal) and after the purchase, be directed to a link where they can download the software. I'd prefer one that had a blind link (one where you could not get to from anywhere else). I'm sure there are sites that offer such services, but I'm having a tough time finding any. I already have the payment transaction setup through PayPal, but I don't know how to handle the downloading of the software. Any suggestions? Thanks.

      R Offline
      R Offline
      Ravi Bhavnani
      wrote on last edited by
      #2

      One way to do this would be to generate a unique, time-limited url for download by a specific customer. The link would expire after the software has been downloaded and/or "n" units of time after that event or after the customer has made the purchase. /ravi

      My new year resolution: 2048 x 1536 Home | Music | Articles | Freeware ravib(at)ravib(dot)com

      D 1 Reply Last reply
      0
      • R Ravi Bhavnani

        One way to do this would be to generate a unique, time-limited url for download by a specific customer. The link would expire after the software has been downloaded and/or "n" units of time after that event or after the customer has made the purchase. /ravi

        My new year resolution: 2048 x 1536 Home | Music | Articles | Freeware ravib(at)ravib(dot)com

        D Offline
        D Offline
        danielhasdibs
        wrote on last edited by
        #3

        I'm decent at programming applications, but pretty ignorant when it comes to web programming. How do you do what you said?

        N 1 Reply Last reply
        0
        • D danielhasdibs

          I'm decent at programming applications, but pretty ignorant when it comes to web programming. How do you do what you said?

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

          Create a database table, such as: CustomerDownloads id unidentifier ordertime datetime default(GetDate()) downloaded bit default(0) When creating the link for them to download your software, generate a new guid to include in the link. Enter this guid as the id in the table. When the user wants to download the software, use the guid to lookup the order, check the time or downloaded flag as necessary. Simplistic, but thats the gist of it.


          only two letters away from being an asset

          1 Reply Last reply
          0
          • D danielhasdibs

            Hi everyone. I recently started an online software business. I'd like for my customers to be able to purchase my software (via PayPal) and after the purchase, be directed to a link where they can download the software. I'd prefer one that had a blind link (one where you could not get to from anywhere else). I'm sure there are sites that offer such services, but I'm having a tough time finding any. I already have the payment transaction setup through PayPal, but I don't know how to handle the downloading of the software. Any suggestions? Thanks.

            E Offline
            E Offline
            electriac
            wrote on last edited by
            #5

            You might want to check out mediafire.com which I used for this purpose when payment was made to googlecheckout I just emailed the link.

            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