2 <h1>Audio File Management
</h1>
3 <p>All files can be downloaded from the
<a href=
"/file-downloads/">public file listing
</a>.
</p>
7 <td><b>{{.Name}}
</b></td>
8 <td><form action=
"/files/delete" method=
"POST"><input type=
"hidden" name=
"filename" value=
"{{.Name}}"><input type=
"submit" value=
"Delete"></form></td>
12 <h2>Upload New File
</h2>
14 <form action=
"/files/upload" method=
"post" enctype=
"multipart/form-data">
15 <input type=
"file" name=
"file">
16 <input type=
"submit" value=
"Upload">