still fixing for androids
This commit is contained in:
@@ -9,14 +9,6 @@
|
||||
<input id="list_upload_select" type=file name=file onchange="FileSelectHandler(event)"><br>
|
||||
<input id="list_upload_button" type=submit value=Upload>
|
||||
<div id="progress"></div>
|
||||
<script language="javascript">
|
||||
try {
|
||||
var formdata = new FormData();
|
||||
document.getElementById("list_upload_button").hidden = true;
|
||||
} catch(err) {
|
||||
|
||||
}
|
||||
</script>
|
||||
</form>
|
||||
</div>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user