File: ns_httpspost.htm

package info (click to toggle)
aolserver4-nsopenssl 3.0beta26-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 448 kB
  • ctags: 312
  • sloc: ansic: 3,162; tcl: 1,080; makefile: 161
file content (18 lines) | stat: -rwxr-xr-x 469 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<HTML>
<HEAD>
   <TITLE>ns_httpspost multipart html form</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>
ns_httpspost multipart html form
</H1>
<P>
How would you like to view this cookbook?
<FORM ACTION="ns_httpspost_multipart.adp" METHOD="POST" enctype="multipart/form-data">
   <INPUT TYPE="hidden" NAME="username" VALUE="myusername">
   <INPUT TYPE="hidden" NAME="userpassword" VALUE="mypassword">
   <P>
   <INPUT TYPE=submit VALUE="test">
</FORM>
<P>
</BODY></HTML>