File Details

2007-05-04 Thread Robert Rawlins - Think Blue
Hello Guys, I've got a file upload facility that can receive a few different types of files, from images to vcards and vcals and I want to treat them all slightly differently, how can I extract the file name and the file extension from the form field that's been submitted? I can then look at

RE: File Details

2007-05-04 Thread Coldfusion
Subject: File Details Hello Guys, I've got a file upload facility that can receive a few different types of files, from images to vcards and vcals and I want to treat them all slightly differently, how can I extract the file name and the file extension from the form field that's been submitted? I

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

UNIX odbc ini file details

2000-10-09 Thread j p
Can anyone give me an example of the unix odbc ini file - a copy of a real on would be preferable with an explanation of what the representation is... thanks J _ Get Your Private, Free E-mail from MSN Hotmail at

RE: UNIX odbc ini file details

2000-10-09 Thread Dave Watts
Can anyone give me an example of the unix odbc ini file - a copy of a real on would be preferable with an explanation of what the representation is... On Solaris, CF uses an odbc.ini file to mimic the ODBC.INI registry key in NT. It lists ODBC datasources and their settings. Here's an