I just tried it on my system and it worked fine. -----Original Message----- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 28, 2002 4:56 PM To: CF-Talk Subject: Form upload MX bug?
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 ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

