Answer the question
In order to leave comments, you need to log in
Large file upload error in Laravel 5?
Hello. There is a form with the ability to upload 7 images.
{!! Form::file('image[]') !!}
{!! Form::file('image[]') !!}
{!! Form::file('image[]') !!}
и т.д.
Answer the question
In order to leave comments, you need to log in
The forum responded to this problem in the following way:
if you upload more then your server's post_max_size setting the input will be empty, hence a token miss-match
so if you have 2 upload input's in your form and your upload_max_filesize is 2G, your post_max_size needs to be at least 4G
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question