Upload big files

So, i’m trying to upload files on my website (mostly images and videos). It’s working perfect for images, and small videos (like 1-2MB), but for biggest it’s not. They don’t get saved in tmp folder.

I’ve tryed to change the file size limit from config/livewire.php, but still not working.

Have you tried to change max_upload_size in php.ini?

Yes, i tryed… Not working… I don’t get it