Hi, Not having much fun with MX tonight - probably because I'm porting my old 4.5 site over to MX. My latest problem is with form-uploads - using the exact, basic, same code as I have with my 4.5 sites just doesn't work with MX. User browses for file, locates it, presses Submit Query to send the form...and the file-field just clears itself, and nothing happens.
Is this a known bug, or am I being thick again? <cfform method="post" action="index.cfm?site=addphoto" enctype="multipart/form-data"> <p><input type="File" name="ThePhoto"></p> <cfoutput><input type="hidden" name="pid" value="#url.pid#"></cfoutput> <p><font color="Red"><b>Please note:</b> only press the Attach button <b>once!</b>. It'll take up to a minute to send the file to us</font></p> <br><input type="submit" value="Attach"> </cfform> Any ideas? Will ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

