| xqd
@@ -440,7 +440,13 @@
|
|
|
<h5>视频列表</h5>
|
|
|
</div>
|
|
|
<div class="ibox-content">
|
|
|
-
|
|
|
+ <form enctype="multipart/form-data" method="post" action="{{ url('/admin/Album/Agent/uploadVideo') }}">
|
|
|
+ <div class="form-group">
|
|
|
+ <input id="file-0b" class="file" type="file" name="video">
|
|
|
+ <input name="agent_id" type="hidden" value="{{ $data['id'] or ''}}">
|
|
|
+ </div>
|
|
|
+ {{csrf_field()}}
|
|
|
+ </form>
|
|
|
<table class="table">
|
|
|
<thead>
|
|
|
<tr>
|