Has anyone noticed any odd behavior when using CFFILE
to do file uploads with IE 5? Everything works fine with Netscape
but I get a CF error stating:

"The form field specified in the CFFILE tag (DESIGNIMAGE) does
not contain an uploaded file. Please be sure that you have specified
the correct form field name."

I found some similar posts in the archive's but nothing quite like what
I'm experiencing.

Here's the form:

<FORM ACTION="designs.cfm" METHOD="POST" ENCTYPE="multipart/form-data">
    <INPUT TYPE="FILE" NAME="DesignImage" SIZE="25>
    <INPUT TYPE="Submit" VALUE="Upload Image
</FORM>

Here's the CFFILE

 <CFSET Destination = ExpandPath("..\design_images\large\"& DesignID &
".jpg")>
 <CFFILE ACTION="UPLOAD" FILEFIELD="DesignImage" DESTINATION="#Destination#"
NAMECONFLICT="OVERWRITE" ACCEPT="image/jpg">


Thanks for the help.

-- Ric Smith
__________________H_O_L_O_G_R_A_P_H_I_C___
103 Meridian Street
Tallahassee, Florida 32312
http://www.holographic.com

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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.

Reply via email to