how have you checked that your php limits have increased?
Sep 30, 2020
4
Level 3
Limit of video maximum upload size
Hello guys, what should I check to increase maximum upload size?
What was done:
-
Server side: post_max_size: 256M upload_max_filesize: 256M memory_limit: 512M
-
Laravel app: nothing changed, but I don't have any validation in my upload
-
.htaccess: nothing changed
Now can I upload maximum 20MB files, how can I increase this limit. I am using storage. I need to upload files like 1GB.
Thanks so much!
Level 122
1 like
Please or to participate in this conversation.