'Laravel Large FIle Upload Too Slow
I am working on a Laravel software website project.
after I validate the files , I use return $request to check if my files are reaching out or not but it take at least 5 min or 8 to return $request from Laravel . This happen when I try to upload file larger then 30M.
I want to upload files larger then 1G but return $request is taking too long for me too check if my files are reaching or not

Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
