Initial import
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
@extends("layout.main")
|
||||
@section("content")
|
||||
|
||||
<div class="row my-3">
|
||||
<div class="col-xl-3"></div>
|
||||
<div class="col-12 col-xl-6 text-center">
|
||||
|
||||
<form action="/upload/attachment/{{ $doc->id }}" method="POST" enctype="multipart/form-data">
|
||||
<label id="drop-zone">
|
||||
Drop files here, or click to upload. <br/>
|
||||
<input type="file" id="file-input" multiple accept="*/*" name="file[]" />
|
||||
</label>
|
||||
<br/>
|
||||
<input type="submit" class="btn btn-success" value="Upload"/>
|
||||
</form>
|
||||
</div>
|
||||
<div class="col-xl-3"></div>
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user