Framework: stream_socket_sendto(): Broken pipe

Created on 4 Mar 2019  路  1Comment  路  Source: laravel/framework

  • Laravel Version: 5.7.*
  • PHP Version: PHP 7.2.14
  • Database Driver & Version: mysql 5.7.16

Description:

I get an error when I upload a 14 MB file. it occurs at the time of request and does not allow me to take any action. I am changing php.ini settings in index.php. Small files are loading, but stream_socket_sendto (): Broken pipe in large files.

i'm add top in public/index.php

ini_set('file_uploads', 'On');
ini_set('upload_tmp_dir', '/tmp');
ini_set('upload_max_filesize', 24);
ini_set('post_max_size', 32);

Steps To Reproduce:

Ps: Sorry for my bad english

>All comments

Can you first please try one of the following support channels? If you can actually identify this as a bug, feel free to report back.

Was this page helpful?
0 / 5 - 0 ratings