summaryrefslogtreecommitdiff
path: root/web-static
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-07-22 16:42:07 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-07-22 16:42:07 (GMT)
commita4588ab0c505b79caf8858cac06a9b8fb58ac81c (patch)
tree6768091dfef1537b8d99646c66c11741c9514981 /web-static
parent34d536887eeb88e7b3d407a31332a13bb0bff5f5 (diff)
new uploadWeb mostly done
Diffstat (limited to 'web-static')
-rw-r--r--web-static/upload-form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-static/upload-form.html b/web-static/upload-form.html
index c38037e..5353f95 100644
--- a/web-static/upload-form.html
+++ b/web-static/upload-form.html
@@ -19,7 +19,7 @@
<form class="form-upload" method="post" action="/public/upload" enctype="multipart/form-data">
<table>
<tr><td class="label">Username</td><td><input type="text" name="LOGIN_NAME" size="20" value="heslinki" /></td></tr>
- <tr><td class="label">Session</td><td><input type="password" name="SESSION_ID" size="20" /></td></tr>
+ <tr><td class="label">Session</td><td><input type="text" name="SESSION_ID" size="45" /></td></tr>
<tr><td class="label">File</td><td><input type="file" name="FILENAME" /></td></tr>
<tr><td>&nbsp;</td><td><input type="submit" name="submit" value="Submit"></td></tr>
</table>