mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
9 lines
304 B
HTML
9 lines
304 B
HTML
<form class="form-horizontal" role="form">
|
|
<div class="form-group">
|
|
<label for="file" class="col-sm-2 control-label">File</label>
|
|
<div class="col-sm-10">
|
|
<input type="file" class="form-control path" id="file" data-field="file" placeholder="Mission to upload">
|
|
</div>
|
|
</div>
|
|
</form>
|