It was just a copy over from an old form. The old login page was a combo login/create account that had a picture upload as part of the creation process.
I removed the enctype and I'm still getting the error. On Sun, Sep 21, 2014 at 10:12 AM, Dave Watts <[email protected]> wrote: > > > I don't know if this is a CFML issue or what... But perhaps someone has > run > > across this and can offer a hand... > > > > <form action="#myself#Login.CheckLogin" method="post" > > enctype="multipart/form-data"> > > <input type="text" name="username"> > > <input type="Password" name="Password"> > > <input type="Submit" class="submit" name="Login" > > value="Log in"> > > </form> > > > > (It's not this bad, but I removed the formatting and so on). This works > > with all the browsers. When I try it with IE, Chrome, Firefox, it works > > fine. > > Out of curiosity, why are you sending this with the MIME type > multipart/form-data instead of application/x-www-urlencoded? > > Dave Watts, CTO, Fig Leaf Software > 1-202-527-9569 > http://www.figleaf.com/ > http://training.figleaf.com/ > > Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on > GSA Schedule, and provides the highest caliber vendor-authorized > instruction at our training centers, online, or onsite. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359333 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

