| xqd
@@ -55,7 +55,7 @@
|
|
|
<div class="col-sm-8">
|
|
|
<div class="input-group">
|
|
|
<input type="text" class="form-control" placeholder="上传视频文件" value="{{ isset(old('data')['title']) ? old('data')['title'] : '' }}" 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">
|
|
|
<button class="btn btn-success" type="button">选择文件</button>
|
|
|
</span>
|