Re: cfcontent and save as

2011-02-25 Thread Richard White
thanks for all the help, now works perfect! Hi, for security we store xls documents in a non-web root folder. We then use a cfcontent tag to serve the file to the user. the problem is when the user clicks the link they are displayed a download dialogue and all is fine if they click

(ot) People using your shop cart to test credit cards.

2011-02-25 Thread Casey Dougall
Hi, This comes up from time to time and it's truly been a pain to stop completely. I'm wondering what some of you are doing that could help me fight this type of fraudulent activity. I've got checks in place for ipAddress, use of similar names on or addresses on multiple decline attempts,

RE: (ot) People using your shop cart to test credit cards.

2011-02-25 Thread Brook Davies
Are you using AVS (address verification system)? Brook -Original Message- From: Casey Dougall [mailto:ca...@uberwebsitesolutions.com] Sent: February-25-11 9:22 AM To: cf-talk Subject: (ot) People using your shop cart to test credit cards. Hi, This comes up from time to time and it's

RE: (ot) People using your shop cart to test credit cards.

2011-02-25 Thread Robert Harrison
All different names and addresses and credit card numbers but similar enough to know it was same person. The part where you say and credit card numbers is a bit scary. How do you know that unless you're keeping the unencrypted card numbers somewhere? Robert B. Harrison Director of

Re: (ot) People using your shop cart to test credit cards.

2011-02-25 Thread Casey Dougall
On Fri, Feb 25, 2011 at 2:37 PM, Robert Harrison rob...@austin-williams.com wrote: All different names and addresses and credit card numbers but similar enough to know it was same person. The part where you say and credit card numbers is a bit scary. How do you know that unless you're

Re: (ot) People using your shop cart to test credit cards.

2011-02-25 Thread .jonah
Do you think they're manually entering cards into your forms or using a script? If it's some sort of automated process possibly checking the time between steps in the checkout as well as protecting against CSRF might help. http://cfformprotect.riaforge.org/ http://www.google.com/search?q=csrf

Re: (ot) People using your shop cart to test credit cards.

2011-02-25 Thread Brian Cain
This may or may not help you, but we do not process new transactions from strangers. We run a SaaS site, and when a new customer signs up for our site, we store the information encrypted in the database, but do not process the transaction. Our sales staff is immediately alerted via email that a

RE: cfcontent and save as

2011-02-25 Thread UXB
To force a download no matter the type: cfheader name=Content-Type value=application/unknown / cfheader name=Content-Disposition value=attachment; filename=#filename# / Dennis Powers UXB Internet - A website Design and Hosting Company P.O. Box 6028, Wolcott, CT 06716 - T:203-879-2844 W:

Re: cfcontent and save as

2011-02-25 Thread Wil Genovese
Also, read this blog post of mine for more details on serving files up for download. http://www.trunkful.com/index.cfm/2010/8/4/Serving-File-Downloads-with-ColdFusion Wil Genovese Sr. Web Application Developer/ Systems Administrator CF Webtools www.cfwebtools.com wilg...@trunkful.com