Re: cfif issues

2004-12-16 Thread Lawrence Ng
cfelse a href=testftp.cfm?directory=#ListFiles.name#/cfif#ListFiles.name#/a /cfif why the extra /cfif (=#ListFiles.name#/cfif#ListFiles.name#/a) [EMAIL PROTECTED] 12/16/04 9:47 AM Hi, assuming all variables are correct what is wrong with this code? cfif IsDefined(url.directory) a

Re: cfif issues

2004-12-16 Thread Charlie Griefer
first off...do you have an extraneous /cfif in there? second, your first cfif will fire under both of those scenarios, as URL.directory exists for both. On Thu, 16 Dec 2004 12:47:26 -0500, Phillip Perry [EMAIL PROTECTED] wrote: Hi, assuming all variables are correct what is wrong with this

Re: cfif issues

2004-12-16 Thread Greg Morphis
But the initial time the page loads it will not. Take out that extra /cfif If you're choosing a directory for uploading that may not be the bext method anyways. On Thu, 16 Dec 2004 10:56:31 -0700, Charlie Griefer [EMAIL PROTECTED] wrote: first off...do you have an extraneous /cfif in there?

cfif issues

2004-12-16 Thread Phillip Perry
Hi, assuming all variables are correct what is wrong with this code? cfif IsDefined(url.directory) a href=testftp.cfm?directory=#url.directory#/#ListFiles.name# cfelse a href=testftp.cfm?directory=#ListFiles.name#/cfif#ListFiles.name#/a /cfif When i click on the very first link the path looks