ziben69's avatar

Limit of video maximum upload size

Hello guys, what should I check to increase maximum upload size?

What was done:

  1. Server side: post_max_size: 256M upload_max_filesize: 256M memory_limit: 512M

  2. Laravel app: nothing changed, but I don't have any validation in my upload

  3. .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!

0 likes
4 replies
Snapey's avatar
Snapey
Best Answer
Level 122

how have you checked that your php limits have increased?

1 like
ziben69's avatar

Ok I found and fix the problem, you can close topic. It was on server side.

php_value upload_max_filesize 64M <--- I ate the letter M.

Snapey's avatar

only you can close topic. If you post what was wrong it might help someone else in the future.

Snapey's avatar

how have you checked that your php limits have increased? 😉

Please or to participate in this conversation.