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">
|
<form class="col s12" action="api.php?d=upload" method="post" enctype="multipart/form-data">
|
||||||
<input type="hidden" name="MAX_FILE_SIZE" value="150000000" />
|
<input type="hidden" name="MAX_FILE_SIZE" value="150000000" />
|
||||||
<div class="file-field input-field">
|
<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">
|
<div class="btn">
|
||||||
<span>File</span>
|
<span>File</span>
|
||||||
<input id="file" type="file" name="file" />
|
<input id="file" type="file" name="file" />
|
||||||
@ -26,4 +26,4 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user