web design simpleton
July 13, 2005 1:52 PM
Subscribe
How do people make websites do this fancy trick? The site sells something downloadable. You pay, then you get an automated email containing a link to download the same item or items you bought.
posted by leapingsheep to technology (9 comments total)
The server then (optionally) sets up an access rule for the web server to restrict access to this temporary file to your IP address.
A timer can be set to delete the temporary file on expiration or upon download.
Pretty much any scripting language can be used for this, as they all can access the server system on this level.
posted by Rothko at 1:56 PM on July 13, 2005