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);
Ps: Sorry for my bad english
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.