The request timeout is usually 60 seconds, and if that is not enough, I would suggest using a package that chunks the uploads.
Resumable js seems to be quite popular.
Hey Guys. Hello! I'm new to Laravel and I have some issues. I am using Php Laravel. I am making a Flutter application using Php Laravel and made backend using the same. Right now I'm facing issues while uploading videos. Like I am able to upload videos up to 200-300mb but when I try to upload 700mb + videos it shows this red progress bar. I am waiting for more then 30mins+ still the video has not uploaded. I am not sure what code do I need to change or what I need to do exactly. I have changed the Php.ini settings like max upload size and everything to unrestricted like -1 or 0 still I am facing this issue. I tried implementing chunk uploads and I don't think the chunk upload code is working. So what can I do please help me.
Please or to participate in this conversation.