This is a multi-part message in MIME format.
------=_NextPart_000_018B_01C0182E.E3EA76D0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
RE: Uploading and Emailing a File - Continued!You need to use the value of
the variable returned by CFFILE. This will be found in FILE.SERVERFILE,
which will be the name of the file as it was saved on the server. This is
the filename only and does not include the path. Try the code below.
<CFFILE ACTION="UPLOAD"
DESTINATION="e:\inetpub\hostroot\myclient.com\MailFiles\"
NAMECONFLICT="Overwrite"
FILEFIELD="ClientFile">
<cfmail to="[EMAIL PROTECTED]" from=#name# subject="file test"
type="HTML"
mimeattach="e:\inetpub\hostroot\aaintl.com\MailFiles\#file.serverfile#">
-----Original Message-----
From: Les Mizzell [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 06, 2000 18:03
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: Uploading and Emailing a File - Continued!
Thanks for the reply...
Still a little confused as to how to accomplish this.
This, as a test, works fine:
<cfmail to="[EMAIL PROTECTED]" from=#name# subject="file test"
type="HTML"
mimeattach="e:\inetpub\hostroot\aaintl.com\MailFiles\MyFile.txt">
However, the problem I'm now having, is when I try to replace "MyFile.txt"
with the name of the file from the form field #MyFile#, it's pulling the
ENTIRE entry in the form field...
In other words...if I choose "D:\MyDocs\Text Files\MyFile.txt" to upload
to
the server - that entire path gets appended to the path in the mimeattach
statement in the CFMAIL tag:
mimeattach="e:\inetpub\hostroot\aaintl.com\MailFiles\D:\MyDocs\Text
Files\MyFile.txt"
So, somehow I've got to eliminate the path part that's coming from the
form
and just get the file name by itself.
Further ideas?
Les Mizzell
***********
Who needs Intel?
Athlon Inside!!!
> -----Original Message-----
> From: David E. Crawford [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 06, 2000 11:31 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Uploading and Emailing a File
>
>
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_00E6_01C01817.6D46BA00
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: 7bit
>
> Uploading and Emailing a FileYou need to get the file name from the FILE
> object. Use File.ServerFile in the MAILPARAM.
>
> DC
>
> -----Original Message-----
> From: Les Mizzell [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 06, 2000 15:19
> To: [EMAIL PROTECTED]
> Subject: Uploading and Emailing a File
>
>
>
>
> Travel Insurance Company wishes their clients to be able to upload
small
> text files to then be emailed to the Company when processing
> claims. File
> is list of names, beneficiaries, birth dates....blah, blah....
>
> So, following action is working great. File is saved to server
properly
> from the client input form:
>
> <CFFILE ACTION="UPLOAD"
> DESTINATION="e:\inetpub\hostroot\myclient.com\MailFiles\"
> NAMECONFLICT="Overwrite"
> FILEFIELD="ClientFile">
>
>
>
> Same processing page needs to send email to the Insurance Company,
which
> is
> working properly as well. However, I can't seem to get the
> syntax correct
> for it to include the above file as an attachment to the email....
>
> <CFMAILPARAM
> FILE="e:\inetpub\hostroot\myclient.com\MailFiles\#ClientFile#">
>
> I'm probably and idiot! Advise please??
>
> Thanks
>
> Les Mizzell
> ***********
> Who needs Intel?
> Athlon Inside!!!
>
>
> --------------------------------------------------------------------------
> ----
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> the body.
>
>
> ------=_NextPart_000_00E6_01C01817.6D46BA00
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD><TITLE>Uploading and Emailing a File</TITLE>
> <META content=3D"text/html; charset=3Diso-8859-1" =
> http-equiv=3DContent-Type>
> <META content=3D"MSHTML 5.00.3018.900" name=3DGENERATOR></HEAD>
> <BODY>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
> class=3D251023015-06092000>You=20
> need to get the file name from the FILE object. Use =
> File.ServerFile in the=20
> MAILPARAM.</SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D251023015-06092000></SPAN></FONT> </DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D251023015-06092000>DC</SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D251023015-06092000></SPAN></FONT> </DIV>
> <BLOCKQUOTE style=3D"MARGIN-RIGHT: 0px">
> <DIV align=3Dleft class=3DOutlookMessageHeader dir=3Dltr><FONT =
> face=3DTahoma=20
> size=3D2>-----Original Message-----<BR><B>From:</B> Les Mizzell=20
> [mailto:[EMAIL PROTECTED]]<BR><B>Sent:</B> Wednesday, September =
> 06, 2000=20
> 15:19<BR><B>To:</B> [EMAIL PROTECTED]<BR><B>Subject:</B> =
> Uploading and=20
> Emailing a File<BR><BR></DIV></FONT><BR>
> <P><FONT size=3D2>Travel Insurance Company wishes their clients to be
=
> able to=20
> upload small</FONT> <BR><FONT size=3D2>text files to then be emailed =
> to the=20
> Company when processing claims. File</FONT> <BR><FONT =
> size=3D2>is list of=20
> names, beneficiaries, birth dates....blah, blah....</FONT> </P>
> <P><FONT size=3D2>So, following action is working great. File is
=
> saved to=20
> server properly</FONT> <BR><FONT size=3D2>from the client input =
> form:</FONT>=20
> </P>
> <P><FONT size=3D2><CFFILE ACTION=3D"UPLOAD"</FONT>=20
> <BR> <FONT=20
> =
>
size=3D2>DESTINATION=3D"e:\inetpub\hostroot\myclient.com\MailFiles\"</FON=
> T>=20
> <BR> <FONT=20
> size=3D2>NAMECONFLICT=3D"Overwrite"</FONT>=20
> <BR> <FONT=20
> size=3D2>FILEFIELD=3D"ClientFile"></FONT> </P><BR>
> <P><FONT size=3D2>Same processing page needs to send email to the =
> Insurance=20
> Company, which is</FONT> <BR><FONT size=3D2>working properly as =
> well. =20
> However, I can't seem to get the syntax correct</FONT> <BR><FONT =
> size=3D2>for it=20
> to include the above file as an attachment to the email....</FONT> =
> </P>
> <P><FONT size=3D2><CFMAILPARAM=20
> =
>
FILE=3D"e:\inetpub\hostroot\myclient.com\MailFiles\#ClientFile#"></FON=
> T> </P>
> <P><FONT size=3D2>I'm probably and idiot! Advise please??</FONT>
=
> </P>
> <P><FONT size=3D2>Thanks</FONT> </P>
> <P><FONT size=3D2>Les Mizzell</FONT> <BR><FONT =
> size=3D2>***********</FONT>=20
> <BR><FONT size=3D2>Who needs Intel?</FONT> <BR><FONT
size=3D2>Athlon=20
> Inside!!!</FONT> </P>
> <P><FONT=20
> =
>
size=3D2>----------------------------------------------------------------=
> --------------</FONT>=20
> <BR><FONT size=3D2>Archives: <A=20
> href=3D"http://www.mail-archive.com/[email protected]/"=20
> =
>
target=3D_blank>http://www.mail-archive.com/[email protected]/</A=
> ></FONT>=20
> <BR><FONT size=3D2>To Unsubscribe visit <A=20
> =
> href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&
> ;body=3D=
> lists/cf_talk"=20
> =
>
target=3D_blank>http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&am=
> p;body=3Dlists/cf_talk</A>=20
> or send a message to [EMAIL PROTECTED] with =
> 'unsubscribe' in=20
> the body.</FONT></P></BLOCKQUOTE></BODY></HTML>
>
> ------=_NextPart_000_00E6_01C01817.6D46BA00--
>
> ------------------------------------------------------------------
> ------------
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------=_NextPart_000_018B_01C0182E.E3EA76D0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>RE: Uploading and Emailing a File - =
Continued!</TITLE>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.3018.900" name=3DGENERATOR></HEAD>
<BODY>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
class=3D522061718-06092000>You=20
need to use the value of the variable returned by CFFILE. This =
will be=20
found in FILE.SERVERFILE, which will be the name of the file as it was =
saved on=20
the server. This is the filename only and does not include the =
path. Try=20
the code below.</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
class=3D522061718-06092000></SPAN></FONT> </DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
class=3D522061718-06092000><CFFILE ACTION=3D"UPLOAD" <BR><FONT=20
size=3D2> =20
DESTINATION=3D"e:\inetpub\hostroot\myclient.com\MailFiles\"</FONT> <=
BR><FONT=20
size=3D2> =20
NAMECONFLICT=3D"Overwrite"</FONT> <BR><FONT=20
size=3D2> =20
FILEFIELD=3D"ClientFile"></FONT> <BR></SPAN></FONT></DIV>
<DIV><SPAN class=3D522061718-06092000>
<P><FONT color=3D#0000ff face=3DArial size=3D2><cfmail=20
to=3D"[EMAIL PROTECTED]" from=3D#name# subject=3D"file test" =
<BR>type=3D"HTML"=20
<BR>mimeattach=3D"e:\inetpub\hostroot\aaintl.com\MailFiles\<SPAN=20
class=3D522061718-06092000>#fi</SPAN><SPAN=20
class=3D522061718-06092000>le.serverfile#</SPAN>"> =
</FONT></P><BR></SPAN></DIV>
<BLOCKQUOTE style=3D"MARGIN-RIGHT: 0px">
<DIV align=3Dleft class=3DOutlookMessageHeader dir=3Dltr><FONT =
face=3DTahoma=20
size=3D2>-----Original Message-----<BR><B>From:</B> Les Mizzell=20
[mailto:[EMAIL PROTECTED]]<BR><B>Sent:</B> Wednesday, September =
06, 2000=20
18:03<BR><B>To:</B> [EMAIL PROTECTED]<BR><B>Cc:</B>=20
[EMAIL PROTECTED]<BR><B>Subject:</B> RE: Uploading and =
Emailing a=20
File - Continued!<BR><BR></DIV></FONT>
<P><FONT size=3D2>Thanks for the reply...</FONT> </P>
<P><FONT size=3D2>Still a little confused as to how to accomplish =
this.</FONT>=20
</P>
<P><FONT size=3D2>This, as a test, works fine:</FONT> </P>
<P><FONT size=3D2><cfmail to=3D"[EMAIL PROTECTED]" =
from=3D#name#=20
subject=3D"file test"</FONT> <BR><FONT size=3D2>type=3D"HTML"</FONT> =
<BR><FONT=20
=
size=3D2>mimeattach=3D"e:\inetpub\hostroot\aaintl.com\MailFiles\MyFile.tx=
t"></FONT>=20
</P><BR>
<P><FONT size=3D2>However, the problem I'm now having, is when I try =
to replace=20
"MyFile.txt"</FONT> <BR><FONT size=3D2>with the name of the file from =
the form=20
field #MyFile#, it's pulling the</FONT> <BR><FONT size=3D2>ENTIRE =
entry in the=20
form field...</FONT> </P>
<P><FONT size=3D2>In other words...if I choose "D:\MyDocs\Text =
Files\MyFile.txt"=20
to upload to</FONT> <BR><FONT size=3D2>the server - that entire path =
gets=20
appended to the path in the mimeattach</FONT> <BR><FONT =
size=3D2>statement in=20
the CFMAIL tag:</FONT> </P>
<P><FONT=20
=
size=3D2>mimeattach=3D"e:\inetpub\hostroot\aaintl.com\MailFiles\D:\MyDocs=
\Text</FONT>=20
<BR><FONT size=3D2>Files\MyFile.txt"</FONT> </P><BR>
<P><FONT size=3D2>So, somehow I've got to eliminate the path part =
that's coming=20
from the form</FONT> <BR><FONT size=3D2>and just get the file name by=20
itself.</FONT> </P><BR><BR>
<P><FONT size=3D2>Further ideas?</FONT> </P><BR><BR>
<P><FONT size=3D2>Les Mizzell</FONT> <BR><FONT =
size=3D2>***********</FONT>=20
<BR><FONT size=3D2>Who needs Intel?</FONT> <BR><FONT size=3D2>Athlon=20
Inside!!!</FONT> </P>
<P><FONT size=3D2>> -----Original Message-----</FONT> <BR><FONT =
size=3D2>>=20
From: David E. Crawford [<A=20
=
href=3D"mailto:[EMAIL PROTECTED]">mailto:dcrawford@yalesecurity.=
com</A>]</FONT>=20
<BR><FONT size=3D2>> Sent: Wednesday, September 06, 2000 11:31 =
AM</FONT>=20
<BR><FONT size=3D2>> To: [EMAIL PROTECTED]</FONT> <BR><FONT =
size=3D2>> Subject: RE: Uploading and Emailing a File</FONT> =
<BR><FONT=20
size=3D2>></FONT> <BR><FONT size=3D2>></FONT> <BR><FONT =
size=3D2>> This is=20
a multi-part message in MIME format.</FONT> <BR><FONT =
size=3D2>></FONT>=20
<BR><FONT size=3D2>> =
------=3D_NextPart_000_00E6_01C01817.6D46BA00</FONT>=20
<BR><FONT size=3D2>> Content-Type: text/plain;</FONT> <BR><FONT =
size=3D2>>=20
charset=3D"iso-8859-1"</FONT> <BR><FONT =
size=3D2>> Content-Transfer-Encoding: 7bit</FONT> <BR><FONT=20
size=3D2>></FONT> <BR><FONT size=3D2>> Uploading and Emailing a =
FileYou need=20
to get the file name from the FILE</FONT> <BR><FONT size=3D2>> =
object. =20
Use File.ServerFile in the MAILPARAM.</FONT> <BR><FONT =
size=3D2>></FONT>=20
<BR><FONT size=3D2>> DC</FONT> <BR><FONT size=3D2>></FONT> =
<BR><FONT=20
size=3D2>> -----Original Message-----</FONT> <BR><FONT=20
size=3D2>> From: Les Mizzell [<A=20
=
href=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]</=
FONT>=20
<BR><FONT size=3D2>> Sent: Wednesday, September 06, =
2000=20
15:19</FONT> <BR><FONT size=3D2>> To:=20
[EMAIL PROTECTED]</FONT> <BR><FONT size=3D2>> =
Subject:=20
Uploading and Emailing a File</FONT> <BR><FONT size=3D2>></FONT> =
<BR><FONT=20
size=3D2>></FONT> <BR><FONT size=3D2>></FONT> <BR><FONT =
size=3D2>></FONT>=20
<BR><FONT size=3D2>> Travel Insurance Company wishes =
their=20
clients to be able to upload small</FONT> <BR><FONT =
size=3D2>> =20
text files to then be emailed to the Company when processing</FONT> =
<BR><FONT=20
size=3D2>> claims. File</FONT> <BR><FONT =
size=3D2>> is=20
list of names, beneficiaries, birth dates....blah, blah....</FONT> =
<BR><FONT=20
size=3D2>></FONT> <BR><FONT size=3D2>> So, following =
action is=20
working great. File is saved to server properly</FONT> <BR><FONT =
size=3D2>> from the client input form:</FONT> <BR><FONT =
size=3D2>></FONT> <BR><FONT size=3D2>> <CFFILE=20
ACTION=3D"UPLOAD"</FONT> <BR><FONT=20
=
size=3D2>> =
=20
DESTINATION=3D"e:\inetpub\hostroot\myclient.com\MailFiles\"</FONT> =
<BR><FONT=20
=
size=3D2>> =
=20
NAMECONFLICT=3D"Overwrite"</FONT> <BR><FONT=20
=
size=3D2>> =
=20
FILEFIELD=3D"ClientFile"></FONT> <BR><FONT size=3D2>></FONT> =
<BR><FONT=20
size=3D2>></FONT> <BR><FONT size=3D2>></FONT> <BR><FONT=20
size=3D2>> Same processing page needs to send email to =
the=20
Insurance Company, which</FONT> <BR><FONT size=3D2>> is</FONT> =
<BR><FONT=20
size=3D2>> working properly as well. However, I =
can't seem=20
to get the</FONT> <BR><FONT size=3D2>> syntax correct</FONT> =
<BR><FONT=20
size=3D2>> for it to include the above file as an =
attachment to=20
the email....</FONT> <BR><FONT size=3D2>></FONT> <BR><FONT=20
size=3D2>> <CFMAILPARAM</FONT> <BR><FONT =
size=3D2>>=20
=
FILE=3D"e:\inetpub\hostroot\myclient.com\MailFiles\#ClientFile#"></FON=
T>=20
<BR><FONT size=3D2>></FONT> <BR><FONT size=3D2>> I'm =
probably=20
and idiot! Advise please??</FONT> <BR><FONT size=3D2>></FONT> =
<BR><FONT=20
size=3D2>> Thanks</FONT> <BR><FONT size=3D2>></FONT> =
<BR><FONT=20
size=3D2>> Les Mizzell</FONT> <BR><FONT =
size=3D2>> =20
***********</FONT> <BR><FONT size=3D2>> Who needs =
Intel?</FONT>=20
<BR><FONT size=3D2>> Athlon Inside!!!</FONT> <BR><FONT=20
size=3D2>></FONT> <BR><FONT size=3D2>></FONT> <BR><FONT =
size=3D2>>=20
=
-------------------------------------------------------------------------=
-</FONT>=20
<BR><FONT size=3D2>> ----</FONT> <BR><FONT =
size=3D2>> Archives:=20
<A href=3D"http://www.mail-archive.com/[email protected]/"=20
=
target=3D_blank>http://www.mail-archive.com/[email protected]/</A=
></FONT>=20
<BR><FONT size=3D2>> To Unsubscribe visit</FONT> =
<BR><FONT=20
size=3D2>> <A=20
=
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3D=
lists/cf_talk"=20
=
target=3D_blank>http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&am=
p;body=3Dlists/cf_talk</A>=20
or</FONT> <BR><FONT size=3D2>> send a message to=20
[EMAIL PROTECTED] with 'unsubscribe' in</FONT> =
<BR><FONT=20
size=3D2>> the body.</FONT> <BR><FONT size=3D2>></FONT> =
<BR><FONT=20
size=3D2>></FONT> <BR><FONT size=3D2>>=20
------=3D_NextPart_000_00E6_01C01817.6D46BA00</FONT> <BR><FONT =
size=3D2>>=20
Content-Type: text/html;</FONT> <BR><FONT size=3D2>>=20
charset=3D"iso-8859-1"</FONT> <BR><FONT =
size=3D2>> Content-Transfer-Encoding: quoted-printable</FONT> =
<BR><FONT=20
size=3D2>></FONT> <BR><FONT size=3D2>> <!DOCTYPE HTML PUBLIC =
"-//W3C//DTD=20
HTML 4.0 Transitional//EN"></FONT> <BR><FONT size=3D2>>=20
<HTML><HEAD><TITLE>Uploading and Emailing a=20
File</TITLE></FONT> <BR><FONT size=3D2>> <META =
content=3D3D"text/html;=20
charset=3D3Diso-8859-1" =3D</FONT> <BR><FONT size=3D2>>=20
http-equiv=3D3DContent-Type></FONT> <BR><FONT size=3D2>> =
<META=20
content=3D3D"MSHTML 5.00.3018.900" =
name=3D3DGENERATOR></HEAD></FONT>=20
<BR><FONT size=3D2>> <BODY></FONT> <BR><FONT size=3D2>>=20
<DIV><FONT color=3D3D#0000ff face=3D3DArial =
size=3D3D2><SPAN =3D</FONT>=20
<BR><FONT size=3D2>> =
class=3D3D251023015-06092000>You=3D20</FONT> <BR><FONT=20
size=3D2>> need to get the file name from the FILE =
object.&nbsp; Use=20
=3D</FONT> <BR><FONT size=3D2>> File.ServerFile in the=3D20</FONT> =
<BR><FONT=20
size=3D2>> MAILPARAM.</SPAN></FONT></DIV></FONT> =
<BR><FONT=20
size=3D2>> <DIV><FONT color=3D3D#0000ff face=3D3DArial=20
size=3D3D2><SPAN=3D20</FONT> <BR><FONT size=3D2>>=20
=
class=3D3D251023015-06092000></SPAN></FONT>&nbsp;</=
DIV></FONT>=20
<BR><FONT size=3D2>> <DIV><FONT color=3D3D#0000ff =
face=3D3DArial=20
size=3D3D2><SPAN=3D20</FONT> <BR><FONT size=3D2>>=20
=
class=3D3D251023015-06092000>DC</SPAN></FONT></DIV><=
/FONT>=20
<BR><FONT size=3D2>> <DIV><FONT color=3D3D#0000ff =
face=3D3DArial=20
size=3D3D2><SPAN=3D20</FONT> <BR><FONT size=3D2>>=20
=
class=3D3D251023015-06092000></SPAN></FONT>&nbsp;</=
DIV></FONT>=20
<BR><FONT size=3D2>> <BLOCKQUOTE style=3D3D"MARGIN-RIGHT: =
0px"></FONT>=20
<BR><FONT size=3D2>> <DIV align=3D3Dleft=20
class=3D3DOutlookMessageHeader dir=3D3Dltr><FONT =3D</FONT> =
<BR><FONT=20
size=3D2>> face=3D3DTahoma=3D20</FONT> <BR><FONT =
size=3D2>> =20
size=3D3D2>-----Original =
Message-----<BR><B>From:</B> Les=20
Mizzell=3D20</FONT> <BR><FONT size=3D2>> [<A=20
=
href=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]&l=
t;BR><B>Sent:</B>=20
Wednesday, September =3D</FONT> <BR><FONT size=3D2>> 06, =
2000=3D20</FONT>=20
<BR><FONT size=3D2>> =
15:19<BR><B>To:</B>=20
[EMAIL PROTECTED]<BR><B>Subject:</B> =
=3D</FONT>=20
<BR><FONT size=3D2>> Uploading and=3D20</FONT> <BR><FONT=20
size=3D2>> Emailing a=20
File<BR><BR></DIV></FONT><BR></FONT> =
<BR><FONT=20
size=3D2>> <P><FONT size=3D3D2>Travel =
Insurance Company=20
wishes their clients to be =3D</FONT> <BR><FONT size=3D2>> able =
to=3D20</FONT>=20
<BR><FONT size=3D2>> upload small</FONT> =
<BR><FONT=20
size=3D3D2>text files to then be emailed =3D</FONT> <BR><FONT =
size=3D2>> to=20
the=3D20</FONT> <BR><FONT size=3D2>> Company when =
processing=20
claims.&nbsp; File</FONT> <BR><FONT =3D</FONT> =
<BR><FONT=20
size=3D2>> size=3D3D2>is list of=3D20</FONT> <BR><FONT =
size=3D2>> =20
names, beneficiaries, birth dates....blah, blah....</FONT>=20
</P></FONT> <BR><FONT size=3D2>> =
<P><FONT=20
size=3D3D2>So, following action is working great.&nbsp; File is =
=3D</FONT>=20
<BR><FONT size=3D2>> saved to=3D20</FONT> <BR><FONT =
size=3D2>> =20
server properly</FONT> <BR><FONT size=3D3D2>from the =
client=20
input =3D</FONT> <BR><FONT size=3D2>> =
form:</FONT>=3D20</FONT> <BR><FONT=20
size=3D2>> </P></FONT> <BR><FONT size=3D2>> =20
<P><FONT size=3D3D2>&lt;CFFILE=20
ACTION=3D3D"UPLOAD"</FONT>=3D20</FONT> <BR><FONT =
size=3D2>> =20
=
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&am=
p;nbsp;=20
<FONT=3D20</FONT> <BR><FONT size=3D2>> =3D</FONT> =
<BR><FONT=20
size=3D2>>=20
=
size=3D3D2>DESTINATION=3D3D"e:\inetpub\hostroot\myclient.com\MailFiles=
\"</FON=3D</FONT>=20
<BR><FONT size=3D2>> T>=3D20</FONT> <BR><FONT =
size=3D2>> =20
=
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&am=
p;nbsp;=20
<FONT=3D20</FONT> <BR><FONT size=3D2>> =20
size=3D3D2>NAMECONFLICT=3D3D"Overwrite"</FONT>=3D20</FONT> =
<BR><FONT=20
size=3D2>> =20
=
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&am=
p;nbsp;=20
<FONT=3D20</FONT> <BR><FONT size=3D2>> =20
size=3D3D2>FILEFIELD=3D3D"ClientFile"&gt;</FONT>=20
</P><BR></FONT> <BR><FONT size=3D2>> =20
<P><FONT size=3D3D2>Same processing page needs to send =
email to the=20
=3D</FONT> <BR><FONT size=3D2>> Insurance=3D20</FONT> <BR><FONT=20
size=3D2>> Company, which is</FONT> =
<BR><FONT=20
size=3D3D2>working properly as =3D</FONT> <BR><FONT size=3D2>>=20
well.&nbsp;=3D20</FONT> <BR><FONT size=3D2>> =
However, I can't=20
seem to get the syntax correct</FONT> <BR><FONT =
=3D</FONT>=20
<BR><FONT size=3D2>> size=3D3D2>for it=3D20</FONT> <BR><FONT=20
size=3D2>> to include the above file as an attachment =
to the=20
email....</FONT> =3D</FONT> <BR><FONT size=3D2>> =
</P></FONT>=20
<BR><FONT size=3D2>> <P><FONT=20
size=3D3D2>&lt;CFMAILPARAM=3D20</FONT> <BR><FONT =
size=3D2>> =20
=3D</FONT> <BR><FONT size=3D2>>=20
=
FILE=3D3D"e:\inetpub\hostroot\myclient.com\MailFiles\#ClientFile#"&gt=
;</FON=3D</FONT>=20
<BR><FONT size=3D2>> T> </P></FONT> <BR><FONT=20
size=3D2>> <P><FONT size=3D3D2>I'm probably =
and=20
idiot!&nbsp; Advise please??</FONT> =3D</FONT> <BR><FONT =
size=3D2>>=20
</P></FONT> <BR><FONT size=3D2>> =
<P><FONT=20
size=3D3D2>Thanks</FONT> </P></FONT> <BR><FONT=20
size=3D2>> <P><FONT size=3D3D2>Les =
Mizzell</FONT>=20
<BR><FONT =3D</FONT> <BR><FONT size=3D2>>=20
size=3D3D2>***********</FONT>=3D20</FONT> <BR><FONT=20
size=3D2>> <BR><FONT size=3D3D2>Who needs=20
Intel?</FONT> <BR><FONT =
size=3D3D2>Athlon=3D20</FONT> <BR><FONT=20
size=3D2>> Inside!!!</FONT> </P></FONT> =
<BR><FONT=20
size=3D2>> <P><FONT=3D20</FONT> <BR><FONT=20
size=3D2>> =3D</FONT> <BR><FONT size=3D2>>=20
=
size=3D3D2>-----------------------------------------------------------=
-----=3D</FONT>=20
<BR><FONT size=3D2>> --------------</FONT>=3D20</FONT> =
<BR><FONT=20
size=3D2>> <BR><FONT size=3D3D2>Archives:=20
<A=3D20</FONT> <BR><FONT size=3D2>> href=3D3D"<A=20
href=3D"http://www.mail-archive.com/[email protected]/"=20
=
target=3D_blank>http://www.mail-archive.com/[email protected]/</A=
>"=3D20</FONT>=20
<BR><FONT size=3D2>> =3D</FONT> <BR><FONT size=3D2>> =
target=3D3D_blank><A=20
href=3D"http://www.mail-archive.com/[email protected]/"=20
=
target=3D_blank>http://www.mail-archive.com/[email protected]/</A=
></A=3D</FONT>=20
<BR><FONT size=3D2>> ></FONT>=3D20</FONT> <BR><FONT=20
size=3D2>> <BR><FONT size=3D3D2>To =
Unsubscribe visit=20
<A=3D20</FONT> <BR><FONT size=3D2>> =3D</FONT> =
<BR><FONT=20
size=3D2>> href=3D3D"<A=20
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3D3Dlists&" =
=
target=3D_blank>http://www.houseoffusion.com/index.cfm?sidebar=3D3Dlists&=
amp;</A></FONT>=20
<BR><FONT size=3D2>> ;body=3D3D=3D</FONT> <BR><FONT size=3D2>>=20
lists/cf_talk"=3D20</FONT> <BR><FONT size=3D2>> =
=3D</FONT> <BR><FONT=20
size=3D2>> target=3D3D_blank><A=20
=
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3D3Dlists&am=3D=
"=20
=
target=3D_blank>http://www.houseoffusion.com/index.cfm?sidebar=3D3Dlists&=
amp;am=3D</A></FONT>=20
<BR><FONT size=3D2>> p;body=3D3Dlists/cf_talk</A>=3D20</FONT> =
<BR><FONT=20
size=3D2>> or send a message to =
[EMAIL PROTECTED]=20
with =3D</FONT> <BR><FONT size=3D2>> 'unsubscribe' in=3D20</FONT> =
<BR><FONT=20
size=3D2>> the=20
=
body.</FONT></P></BLOCKQUOTE></BODY></HTML>=
</FONT>=20
<BR><FONT size=3D2>></FONT> <BR><FONT size=3D2>>=20
------=3D_NextPart_000_00E6_01C01817.6D46BA00--</FONT> <BR><FONT=20
size=3D2>></FONT> <BR><FONT size=3D2>>=20
=
------------------------------------------------------------------</FONT>=
=20
<BR><FONT size=3D2>> ------------</FONT> <BR><FONT size=3D2>> =
Archives: <A=20
href=3D"http://www.mail-archive.com/[email protected]/"=20
=
target=3D_blank>http://www.mail-archive.com/[email protected]/</A=
></FONT>=20
<BR><FONT size=3D2>> To Unsubscribe visit</FONT> <BR><FONT =
size=3D2><A=20
=
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3D=
lists/cf_talk"=20
=
target=3D_blank>http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&am=
p;body=3Dlists/cf_talk</A>=20
or</FONT> <BR><FONT size=3D2>send a message to =
[EMAIL PROTECTED]=20
with 'unsubscribe' in</FONT> <BR><FONT size=3D2>the body.</FONT>=20
</P></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_018B_01C0182E.E3EA76D0--
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.