view wordstream/templates/post.html @ 11:676ff92e2b1e

py3
author Jeff Hammel <k0scist@gmail.com>
date Tue, 24 Nov 2020 10:36:47 -0800
parents c576f5877459
children
line wrap: on
line source

<html>
<head>
</head>
<body>

<form method="post">
Type in some text
<textarea name="text" rows="25" cols="80"></textarea>
<input type="submit" value="Dissociate"/>
</form>

<form method="post" enctype="multipart/form-data">
or upload a file
<input type="file" name="file"/>
<input type="submit" value="Dissociate"/>
</form>

<form method="get">
or point to a URL
<input type="text" name="url"/>
<input type="submit" value="Dissociate"/>
</form>
</body>
</html>