This is a multi-part message in MIME format.
------=_NextPart_000_0103_01C04266.E8025BE0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I can't get CFFILE to upload a PDF document. I'm using CF 4.5 on a =
Windows 2000 server. Below is the code on each page, and then the text =
of the error.
Posting code:
<cfform action=3D"enterfile.cfm" method=3D"POST" =
enctype=3D"multipart/form-data">
<input type=3D"File" name=3D"faxfile">
<input type=3D"hidden" name=3D"id" value=3D"666666">
<input type=3D"submit">
</cfform>
Processing code:
<cffile action=3D"UPLOAD" filefield=3D"form.faxfile" =
destination=3D"E:\inetpub\wwwroot\tina\#form.id#.pdf" =
nameconflict=3D"OVERWRITE" accept=3D"application/pdf">
Error Diagnostic Information
Request canceled or ignored by serverServer busy or unable to =
fulfill request. The server is unable to fulfill your request due to =
extremely high traffic or an unexpected internal error. Please attempt =
your request again (if you are repeatedly unsuccessful you should notify =
the site administrator). (Location Code: 26)
=20
- Tina Peterson
Sr. Developer
Healthwell.com
------=_NextPart_000_0103_01C04266.E8025BE0
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>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV style=3D"FONT: 10pt arial"></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>I can't get CFFILE to upload a PDF =
document.=20
I'm using CF 4.5 on a Windows 2000 server. Below is the code on each =
page, and=20
then the text of the error.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Posting code:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2><cfform action=3D"enterfile.cfm" =
method=3D"POST"=20
enctype=3D"multipart/form-data"><BR><input type=3D"File"=20
name=3D"faxfile"><BR><input type=3D"hidden" name=3D"id"=20
value=3D"666666"><BR><input=20
type=3D"submit"><BR></cfform></FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Processing code:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2><cffile action=3D"UPLOAD" =
filefield=3D"form.faxfile"=20
destination=3D"E:\inetpub\wwwroot\tina\#form.id#.pdf" =
nameconflict=3D"OVERWRITE"=20
accept=3D"application/pdf"></FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV><FONT face=3DArial size=3D2>
<TABLE border=3D1>
<TBODY>
<TR>
<TD>
<H4>Error Diagnostic Information</H4>
<P>Request canceled or ignored by serverServer busy or unable to =
fulfill=20
request. The server is unable to fulfill your request due to =
extremely=20
high traffic or an unexpected internal error. Please attempt your =
request=20
again (if you are repeatedly unsuccessful you should notify the =
site=20
administrator). (Location Code: 26)</P></TD></TR></TBODY></TABLE>
<DIV> </DIV>
<DIV> </DIV>
<DIV>- Tina Peterson</DIV>
<DIV>Sr. Developer</DIV>
<DIV>Healthwell.com</FONT></DIV></BODY></HTML>
------=_NextPart_000_0103_01C04266.E8025BE0--
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]