Replies: 1 comment 1 reply
-
|
Duplicate of statamic/ideas#1186. BTW: Feature requests are best in the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be cool if we could upload essentially unlimited file sizes with a chunked uploader - especially since things like load balancers and Cloudflare typically have small POST file size/upload restrictions. But currently, trying to upload a 2GB file requires PHP config changes.
If Statamic could dynamically chunk files divided by PHP
upload_max_filesizeandpost_max_size, we could set a new config key per asset container for the "real" maximum upload size - without the constraints of server config.Beta Was this translation helpful? Give feedback.
All reactions