is form enctype “application/json” available?

后端 未结 2 1689
盖世英雄少女心
盖世英雄少女心 2020-12-01 20:39

I was reading this w3c document about post JSON data with html form, and trying to test it.

my test form is as follows:

 
2条回答
  •  庸人自扰
    2020-12-01 21:27

    FYI.. there's a hacky way to mimic this functionality using javascript. Seem my library here: https://github.com/keithhackbarth/submitAsJSON

提交回复
热议问题