Tag: coldfusion

Managing Remote Files with ColdFusion

At the request of a fellow EasyCFM Forum user, we’re going to discuss how to use ColdFusion to manage remote files on the server. While the original request was only for .txt files specifically, we’re going to look at handling .txt, .cfm, .cfml, .htm, and .html. This can actually come in handy if you need to do a quick edit on a page on your Web site, but have no access to FTP clients…only a Web browser.In order for the code shown in this tutorial to work, all files to be edited must reside on the Web server, in the web root directory, in a directory called myfiles’. The tutorial will assume the following path:

Using PayPal’s IPN with ColdFusion

If you’ve ever wanted to have a shopping cart solution that works in REAL time, but didn’t want to (or couldn’t) get a merchant account, your alternative is PayPal. PayPal is the leading money processing site on the web, with millions of transactions each day! A short time ago, PayPal introduced Instant Payment Notification (“IPN”) which allowed vendors the ability to sell products from their web sites and then update their databases in real time when customers checked out.

Back To Top