css tuning. disallow too large zips

This commit is contained in:
2018-01-26 22:07:45 +02:00
parent 928e953f34
commit 4f6f421b40
4 changed files with 49 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
<div id=list_upload>
<form action={{ url_for('upload') }} method=post enctype=multipart/form-data>
<input type=hidden name=name value="{{ name|safe }}" />
<input type=file name=file onchange="document.getElementById('list_upload_button').disabled = false;">
<input id="list_upload_select" type=file name=file onchange="document.getElementById('list_upload_button').disabled = false;"><br>
<input id="list_upload_button" type=submit value=Upload disabled>
</form>
</div>