xScence's avatar

Laravel 5.3 [validation.uploaded] error message

I have a script that just store files in the storage folder. But sometimes when i try to upload some file (video file) i got this error messages: http://prntscr.com/ddyuie i can't understand why... Those are my validation rules:

'video-file' => 'mimes:mp4,avi,webm,3gp|max:120000'
0 likes
3 replies
Citizen's avatar

I have the same issue. Did you find a solution?

xScence's avatar

yes, increase your php upload size in the php.ini and you are done.

5 likes
epmdevs's avatar

Increasing the value in php.ini also solved the error in my case. Thanks.

Please or to participate in this conversation.