Does form with enctype=“multipart/form-data” cause problems accessing a hidden field

后端 未结 7 2241
失恋的感觉
失恋的感觉 2020-12-18 05:39

I have created a hidden form element

7条回答
  •  爱一瞬间的悲伤
    2020-12-18 05:50

    The multi-part encoding shouldn't affect hidden text fields. It is likely something else. Can you post more of the HTML/Servlet code?

提交回复
热议问题