summaryrefslogtreecommitdiff
path: root/got/upload.got
diff options
context:
space:
mode:
Diffstat (limited to 'got/upload.got')
-rw-r--r--got/upload.got11
1 files changed, 0 insertions, 11 deletions
diff --git a/got/upload.got b/got/upload.got
deleted file mode 100644
index 069d9f8..0000000
--- a/got/upload.got
+++ /dev/null
@@ -1,11 +0,0 @@
-<!-- -*- Mode: HTML -*- -->
-<h1>{{.path | html}}</h1>
-<p>Content-Type: {{.ctype | html}}</p>
-<form method="POST" enctype="multipart/form-data">
- <input type="hidden" name="_method" value="PUT" />
- <input type="hidden" name="_xsrf_token" value="{{.xsrf_token | html}}">
- <p>You can't edit this type of file in your browser. But you can
- upload a new version.</p>
- <input type="file" name="_body" required=required />
- <input type="submit" value="Upload" />
-</form>