compact all form-data with javascript

前端 未结 4 1522
灰色年华
灰色年华 2021-01-28 19:22

I would like to compact all data from a huge HTML-form with over a 1000 variables to circumvent the max_input_vars limit in PHP versions before 5.3.9.

How can I read all

4条回答
  •  不要未来只要你来
    2021-01-28 19:51

    Just sent a ajax post?

    form.html with javascript

    process.php

提交回复
热议问题