9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
|
<h1>Webrat Form</h1>
|
||
|
|
||
|
<form action="/upload" method="post">
|
||
|
<label>
|
||
|
File
|
||
|
<input type="file" name="uploaded_file" />
|
||
|
</label>
|
||
|
<input type="submit" value="Upload">
|
||
|
</form>
|