laravel-admin-extensions/large-file-upload

配合验证规则则上传失败,请问有办法处理吗?

xushenjie opened this issue · 0 comments

$form->largefile('video_url', '视频')->rules('bail|mimes:mp4,avi,mpeg,quicktime|max:50000')->group('videos');