I try upload file 150MB with Laravel, but server show error, i think server limit filesize, because i upload with file 30MB it ok:
- Error with postman:
- Error with app mobile flutter:
SocketException: OS Error: Broken pipe, errno = 32, address = domain.com, port = 41522
So i try update php config on server but it is not working.
I updated php.ini:
upload_max_filesize = 200M post_max_size = 200MAnd update param on file httpd-default.conf, i use XAMPP:
# Max 300MB
LimitRequestBody 314572800
Please help me, thank! Sorry for my english.