RE: Why won't this work to give me a list of photos?

2008-07-20 Thread Rick Faircloth
Oh...that works. Thanks, Wilbur! :o) Rick > -Original Message- > From: Will Tomlinson [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 20, 2008 7:08 AM > To: CF-Talk > Subject: Re: Why won't this work to give me a list of photos? > > >Oh, and I meant to ask h

Re: Why won't this work to give me a list of photos?

2008-07-20 Thread Will Tomlinson
>Oh, and I meant to ask how I would loop directly over a file? > >I tried some code, but it didn't work? >How would that be written? > http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_j-l_15.html :) Will ~~~

RE: Why won't this work to give me a list of photos?

2008-07-20 Thread Rick Faircloth
: Re: Why won't this work to give me a list of photos? > > is the file path correct? inetpub\webroot ? sure it's not wwwroot? > > if you are on a windows server use chr(10)&chr(13) as newline delimiter > > why don't you loop directly over a file since you are o

RE: Why won't this work to give me a list of photos?

2008-07-20 Thread Rick Faircloth
ubject: Re: Why won't this work to give me a list of photos? > > What's #index# ? > you dont have that variable declared anywhere.. should be #photo# right? > > On Sat, Jul 19, 2008 at 10:13 PM, Rick Faircloth > <[EMAIL PROTECTED]> wrote: > > What's

RE: Why won't this work to give me a list of photos?

2008-07-20 Thread Rick Faircloth
alk > Subject: Re: Why won't this work to give me a list of photos? > > is the file path correct? inetpub\webroot ? sure it's not wwwroot? > > if you are on a windows server use chr(10)&chr(13) as newline delimiter > > why don't you loop directly over a f

Re: Why won't this work to give me a list of photos?

2008-07-19 Thread Greg Morphis
What's #index# ? you dont have that variable declared anywhere.. should be #photo# right? On Sat, Jul 19, 2008 at 10:13 PM, Rick Faircloth <[EMAIL PROTECTED]> wrote: > What's wrong with this code? > > (I don't get an error message from CF, just an IE Error 500...) > > Thanks, > > Rick > > file="e

Re: Why won't this work to give me a list of photos?

2008-07-19 Thread Azadi Saryev
is the file path correct? inetpub\webroot ? sure it's not wwwroot? if you are on a windows server use chr(10)&chr(13) as newline delimiter why don't you loop directly over a file since you are on cf8? why do you use IE as your dev browser? switch to FF+Firebug+Coldfire immediately! :) Azadi Sary

Why won't this work to give me a list of photos?

2008-07-19 Thread Rick Faircloth
What's wrong with this code? (I don't get an error message from CF, just an IE Error 500...) Thanks, Rick #index# - #photo_count# ~| Adobe® ColdFusion® 8 software 8 is the most import