POST form-data的意思|示意

美 / / 英 / /

文章格式


POST form-data的网络常见释义

方式请求消息 ... /// multipart/form-data 数据类型 /// form-data 数据类型传递数据 /// POST form-data 方式请求消息 ...

POST form-data相关短语

1、 Post with form-data 文件上传

POST form-data相关例句

Finally, check to see if the request made was a form post or a file upload, in which case you output the data as a valid HTML page with the JSON-encoded output contained in a HTML element.

最后,查看请求是一个表单post还是文件上传,在这种情况下,输出数据作为一个有效的html页面,该页面的元素中含有json格式编码的输出。

Some phones do not support the POST method of sending form data.

一些电话不支持使用POST方法发送表单数据。

Precisely, the script does not call itself, but posts form data to itself. This process is known as post back.

准确的说这种代码并没有调用自身,只是传递形成的数据给自身,这个过程被称为往回传递。

The form's encoded data is submitted to the page identified by the action URL of the form, using the specified HTTP method, which is POST in the case of a JSF form.

编码后的表单数据被提交给由表单的action URL所识别的页面,使用的是特定的HTTP method,在JSF表单的情况下,此方法即为POST。

Otherwise, instantiate the ExtAction class and assign the properties to the values in the form post data.

否则,实例化extaction类,并以表单post数据为属性赋值。

When the user submits the form, the client browser sends the input data to the server in a POST transaction.

用户提交表单时,客户端浏览器将输入数据放入一个POST事务并发送到服务器。