我想通过POST请求提交表单数据。表单提交需要触发下载so I cannot do this with any Javascript request。所以调用使用$http
服务的函数已经不在了。
为了使问题更加困难,我需要在Node.js中使用相应的后端路由,以便能够在不使用bodyParser.urlencoded()
的情况下以最佳方式解码JSON对象,但它可以使用bodyParser.json()
。
我一直在关注Angular documentation for Forms以及Form controller,但我没有看到将enctype
设置为JSON的方法。有可能这样做吗?