|
@@ -56,7 +56,7 @@
|
|
<div class="col-sm-8">
|
|
<div class="col-sm-8">
|
|
<div class="input-group">
|
|
<div class="input-group">
|
|
<input type="text" class="form-control" placeholder="上传视频文件" value="{{ $item->content }}" readonly id="upload-video-path">
|
|
<input type="text" class="form-control" placeholder="上传视频文件" value="{{ $item->content }}" readonly id="upload-video-path">
|
|
- <input type="file" name="video" accept="video/*" style="display: none" id="upload-video-input" required>
|
|
|
|
|
|
+ <input type="file" name="video" accept="video/*" style="display: none" id="upload-video-input">
|
|
<span class="input-group-btn" id="upload-video-btn">
|
|
<span class="input-group-btn" id="upload-video-btn">
|
|
<button class="btn btn-success" type="button">上传新文件</button>
|
|
<button class="btn btn-success" type="button">上传新文件</button>
|
|
</span>
|
|
</span>
|