Update upload.html

This commit is contained in:
Eric Johansson (neku) 2015-02-23 19:30:05 +01:00
parent 87451310bb
commit a087cc8913
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<form class="col s12" action="api.php?d=upload" method="post" enctype="multipart/form-data">
<input type="hidden" name="MAX_FILE_SIZE" value="150000000" />
<div class="file-field input-field">
<input class="file-path validate" type="text"/>
<input class="file-path validate" type="text" readonly="readonly"/>
<div class="btn">
<span>File</span>
<input id="file" type="file" name="file" />
@ -26,4 +26,4 @@
</button>
</div>
</form>
</div>
</div>