All:

I've run into a problem which I can't solve.  I've got an app that allows
for a file to be uploaded to the server.  The system works on CF5 on 2
different servers but, when I execute it on a CFMX server, I get a 500 error
with the message that "The system cannot find the path specified."  The
browser title bar shows the following "JRun Servlet Error."

If I change the form ENCTYPE from "multipart/form-data" to
"application/x-www-form-urlencoded" or just remove the ENCTYPE attribute
altogether, I no longer get the error message (but, of course, the image
doesn't get uploaded).

This is a Windows 2000 server running CFMX 6.1 on IIS.

Here's the relevant code:

FORM PAGE:
        <FORM ACTION="editImageAction.cfm" METHOD="Post"
ENCTYPE="multipart/form-data">
        <INPUT TYPE="File" NAME="FileName">
        ...

ACTION PAGE:
        <CFFILE ACTION="Upload" FILEFIELD="FileName" DESTINATION="C:\Temp\"
                NAMECONFLICT="MAKEUNIQUE">
        ...

Any and all help is appreciated.

TIA

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 942-5378
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184045
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to