k**r 发帖数: 3 | 1 我想用程序SIMULATE FORM接口的工作,当METHOD=GET时很好办,
可METHOD=POST时,参数不反映在URL上,那这些参数是怎么
传给SERVER的呢?
THX!! | N**e 发帖数: 158 | | 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!!
|
|