RE: getting rid of spaces in file names

2005-10-11 Thread Bobby Hartsfield
bject: getting rid of spaces in file names Had not run been exposed to this problem before... using CFMail to send jpg files to designated recipients (and CFILE to record the file names)... if there's a space in the file name like "my photo.jpg", that jpg is not sent via cmail . c

RE: getting rid of spaces in file names

2005-10-11 Thread Tim Laureska
Uploading from a form ... then I query the DB and use cfmail like this: -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 11:15 AM To: CF-Talk Subject: RE: getting rid of spaces in file names Where is the file name coming from? Are

Re: getting rid of spaces in file names

2005-10-11 Thread Jerry Johnson
Eliminating the space is the most definite way. I think that by including the filename in doublequotes it keeps it all together. "my photo.jpg";"the other file.doc" Not completely sure, though. On 10/11/05, Tim Laureska <[EMAIL PROTECTED]> wrote: > Had not run been exposed to this problem befor

RE: getting rid of spaces in file names

2005-10-11 Thread Munson, Jacob
ubject: getting rid of spaces in file names > > Had not run been exposed to this problem before... using > CFMail to send > jpg files to designated recipients (and CFILE to record the file > names)... if there's a space in the file name like "my > photo.jpg"

getting rid of spaces in file names

2005-10-11 Thread Tim Laureska
Had not run been exposed to this problem before... using CFMail to send jpg files to designated recipients (and CFILE to record the file names)... if there's a space in the file name like "my photo.jpg", that jpg is not sent via cmail can someone give me a quick tip on how to deal with this i