由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - FORM中用POST时数据是怎么打包传送的?
相关主题
网页的Form中Post的问题 (转载)问一个HTML的傻问题。。。。 (转载)
[转载] 怎么样不通过Browser 从java program直接提交信息Help --- Parsing posted JSON data (转载)
How to simulate post submission请问如何让IE提示将CGI返回的结果保存为文件?
Method Not Allowedother urls Re: 怎么设置可以看到CODE?
一个Form里,怎么实现多个action?difference:HTTP 200 OK and 201 Created
???post variables in php (or javascript)谁能帮我一个大忙,先万分感谢!
[转载] How to hide the URL in status bar in a webpage?如何让一个域名完全镜像另外一个域名?
ASP.NET 高手请进!在dreamweaver里, 如何使生成的页面固定在ie 界面的中间。
相关话题的讨论汇总
话题: form话题: post话题: http话题: method话题: simulate
进入BuildingWeb版参与讨论
1 (共1页)
k**r
发帖数: 3
1
我想用程序SIMULATE FORM接口的工作,当METHOD=GET时很好办,
可METHOD=POST时,参数不反映在URL上,那这些参数是怎么
传给SERVER的呢?
THX!!
N**e
发帖数: 158
2
a*p
发帖数: 62
3
If you use high-level programming languages, which has
imported some CGI features, you will be very easy to use
variables representing the form data.
Such CL includes, Delphi, VB, Perl, PHP, etc...
And you don't have to know the details of that ridiculous
HTTP RFC.

【在 k**r 的大作中提到】
: 我想用程序SIMULATE FORM接口的工作,当METHOD=GET时很好办,
: 可METHOD=POST时,参数不反映在URL上,那这些参数是怎么
: 传给SERVER的呢?
: THX!!

N**e
发帖数: 158
4
My understanding to kker's problem is that he/she want to do a SIMULATE. Also
if you want to handle binary stream inside the form data, it's not a good idea
to use wrappers. Some times you just can't do it that way.
And I don't think the W3C guys http protocol specification is a ridiculous one.

【在 a*p 的大作中提到】
: If you use high-level programming languages, which has
: imported some CGI features, you will be very easy to use
: variables representing the form data.
: Such CL includes, Delphi, VB, Perl, PHP, etc...
: And you don't have to know the details of that ridiculous
: HTTP RFC.

a*p
发帖数: 62
5
iAgree++;
HTTP is really clever and it is a template of many new
protocols.
depends on kker's needs.

【在 N**e 的大作中提到】
: My understanding to kker's problem is that he/she want to do a SIMULATE. Also
: if you want to handle binary stream inside the form data, it's not a good idea
: to use wrappers. Some times you just can't do it that way.
: And I don't think the W3C guys http protocol specification is a ridiculous one.

m*****e
发帖数: 4193
6

You need to use binary format. String may work, but not on all platforms.
No. Just the essential ones.

【在 k**r 的大作中提到】
: 我想用程序SIMULATE FORM接口的工作,当METHOD=GET时很好办,
: 可METHOD=POST时,参数不反映在URL上,那这些参数是怎么
: 传给SERVER的呢?
: THX!!

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
在dreamweaver里, 如何使生成的页面固定在ie 界面的中间。一个Form里,怎么实现多个action?
Word file in IE???post variables in php (or javascript)
Re: How to save rows(cols) settings of f[转载] How to hide the URL in status bar in a webpage?
中文css教程ASP.NET 高手请进!
网页的Form中Post的问题 (转载)问一个HTML的傻问题。。。。 (转载)
[转载] 怎么样不通过Browser 从java program直接提交信息Help --- Parsing posted JSON data (转载)
How to simulate post submission请问如何让IE提示将CGI返回的结果保存为文件?
Method Not Allowedother urls Re: 怎么设置可以看到CODE?
相关话题的讨论汇总
话题: form话题: post话题: http话题: method话题: simulate