[0001]
[0002]
[0003]
[0004]
[0005]
[0006]
[0007]
[0008]
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015]
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029]
[0030]
[0031]
[0032]
[0033]
[0034]
[0035]
[0036]
[0037]
[0038]
[0039]
[0040]
[0041]
[0042]
[0043]
<!DOCTYPE html>
<!--
CGIUTL.C Usage Example 2
Submits example DCL procedure script WASD_ROOT:[CGI-BIN]CGIUTL_EXAMPLE2.COM
19-APR-2000  MGD  initial
-->
<html>
<head>
<title>CGIutl Usage Example 2</title>
</head>
<body>
<h2><u>CGIutl Usage Example 2</u></h2>

<p> Example of <i>multipart/form-data</i> file upload.
<p>
<form method="POST" enctype="multipart/form-data" action="/cgi-bin/cgiutl_example2">
<input type="submit" value=" Upload File ">
<input type="file" name="file">
<input type="reset" value=" Reset ">
<br><input type="text" name="name" size="20">&nbsp;<i>name when uploaded (optional)</i>
</form>

<p><font size="-1"><i>
<b><u>NOTES</u></b>

<br>This form:&nbsp;
<a href="/wasd_root/src/misc/cgiutl_example2.html?httpd=content?type=text/plain">
WASD_ROOT:[SRC.MISC]CGIUTL_EXAMPLE2.HTML</a> 

<br>The script:&nbsp;
<a href="/wasd_root/src/misc/cgiutl_example2.com">
WASD_ROOT:[SRC.MISC]CGIUTL_EXAMPLE2.COM</a>
&nbsp;(processes the request)

<br>The utility:&nbsp;
<a href="/wasd_root/src/misc/cgiutl.c">
WASD_ROOT:[SRC.MISC]CGIUTL.C</a>
&nbsp;(contains description and usage information)

</i></font>

</body>
</html>