Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Form fields not being passed in IE 6

New Here ,
Jul 28, 2008 Jul 28, 2008
I'm testing out the new form I developed and it's not passing the data to the submission page in IE 6. IE 7 and Firefox work fine, but in IE 6 the submission page isn't getting any form data.
274
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 28, 2008 Jul 28, 2008
I've determined that it's due to this line:

<input type="file" name="perf_imp_plan_lnk" id="fileField2" class="textInput"
onChange="readFile(this,'valid_perf_link');"/>

am I not able to use a file input field with a cfform or is it the enctype that's screwing it up??
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 28, 2008 Jul 28, 2008
It's the enctype="multipart/form-data" in my cfform which is causing issues with IE6. Does anyone know how to get around this??
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 28, 2008 Jul 28, 2008
try using 'encoding' instead of 'enctype'?

do you have an onClick event in your submit button? ie6 will not like
that...

also, see if getting rid of the file input's onchange event helps with
this ie6 problem...

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 29, 2008 Jul 29, 2008
LATEST
I found out that it was the version of IE 6 I was testing against. It was the original version of IE 6 which I installed using MultipleIEInstaller. Once I tested the form on the version our organization uses it was fine. I'm just going to leave it alone for now, and try to fix it once I'm done working on development
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources