forked from gitbot/uguu
Update upload.html
This commit is contained in:
parent
87451310bb
commit
a087cc8913
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user