1d4afb5ceSopenharmony_ci<html>
2d4afb5ceSopenharmony_ci <head>
3d4afb5ceSopenharmony_ci  <meta charset=utf-8 http-equiv="Content-Language" content="en"/>
4d4afb5ceSopenharmony_ci </head>
5d4afb5ceSopenharmony_ci	<body>
6d4afb5ceSopenharmony_ci		<img src="libwebsockets.org-logo.svg">
7d4afb5ceSopenharmony_ci		<img src="strict-csp.svg"><br>
8d4afb5ceSopenharmony_ci
9d4afb5ceSopenharmony_ci		Hello from the <b>minimal http form POST file example</b>.
10d4afb5ceSopenharmony_ci		<p>
11d4afb5ceSopenharmony_ci		This is a static page served from ./mount-origin/index.html.
12d4afb5ceSopenharmony_ci		<p>
13d4afb5ceSopenharmony_ci		When you POST the form below, you will see the values of the<br>
14d4afb5ceSopenharmony_ci		form parameters reported on the console log, and the file will
15d4afb5ceSopenharmony_ci		be uploaded and saved in the current working directory.
16d4afb5ceSopenharmony_ci		<p>
17d4afb5ceSopenharmony_ci		<form name=multipart action="/form1" method="post" enctype="multipart/form-data">
18d4afb5ceSopenharmony_ci			Type some text:<br>
19d4afb5ceSopenharmony_ci			<input type="text" name="text1"><br>
20d4afb5ceSopenharmony_ci			<br>
21d4afb5ceSopenharmony_ci			Select a file to upload: 
22d4afb5ceSopenharmony_ci			<input type="file" name="file" id="file" size="20">&nbsp;
23d4afb5ceSopenharmony_ci				<span id=file_info style="font-size:12pt;"></span><br>
24d4afb5ceSopenharmony_ci			<br>
25d4afb5ceSopenharmony_ci			<input type="submit" name="send" value="Submit">
26d4afb5ceSopenharmony_ci		</form>
27d4afb5ceSopenharmony_ci	</body>
28d4afb5ceSopenharmony_ci</html>
29d4afb5ceSopenharmony_ci
30