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

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

I have created a hidden form element

相关标签:
7条回答
  • 2020-12-18 06:07

    You'd check the servlet code itself. Are you getting the request? Can you debug the app in order to see which variables are present in the environment when you try to get the value and parse it.

    0 讨论(0)
提交回复
热议问题