RE: File Details

2007-05-04 Thread Coldfusion
Same way, upload the file to a temp directory, Use CFFILE.SERVERFILE to obtain the name then parse it to get the name and extension if you need it in 2 parts -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 5:28 AM To: CF-Talk

RE: File Details

2007-05-04 Thread Robert Rawlins - Think Blue
Thanks for that pal, What's the best way to REGEX out that extension? I'm pretty lame when it comes to REGEX stuff. Thanks again for the help, Rob -Original Message- From: Coldfusion [mailto:[EMAIL PROTECTED] Sent: 04 May 2007 10:56 To: CF-Talk Subject: RE: File Details Same way

RE: File Details

2007-05-04 Thread Adkins, Randy
I usually to a ListLast(cffile.serverfile,.) -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 6:25 AM To: CF-Talk Subject: RE: File Details Thanks for that pal, What's the best way to REGEX out that extension? I'm pretty lame

Re: File Details

2007-05-04 Thread Dean Lawrence
. Thanks again for the help, Rob -Original Message- From: Coldfusion [mailto:[EMAIL PROTECTED] Sent: 04 May 2007 10:56 To: CF-Talk Subject: RE: File Details Same way, upload the file to a temp directory, Use CFFILE.SERVERFILE to obtain the name then parse it to get the name

Re: File Details

2007-05-04 Thread Rick Root
(cffile.serverfile,.) -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 6:25 AM To: CF-Talk Subject: RE: File Details Thanks for that pal, What's the best way to REGEX out that extension? I'm pretty lame when it comes to REGEX stuff

RE: File Details

2007-05-04 Thread Adkins, Randy
Simple... I forgot that variable existed.. Too early in the morning to think Must have CAFFINNEEE -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 8:48 AM To: CF-Talk Subject: Re: File Details Tell me why exactly wouldn't you use

RE: File Details

2007-05-04 Thread Robert Rawlins - Think Blue
Thanks for this guys, That'll work a charm, Thanks anyway Randy, 10 Points for effort :-D Rob -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: 04 May 2007 13:51 To: CF-Talk Subject: RE: File Details Simple... I forgot that variable existed.. Too early