You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with users uploaded large image files. For example, a 20mb image stored on a Digital Ocean space takes a while to retrieve and process with glide. Too many of these images can have a massive impact on the server.
You might think that I can just set a POST MAX size on PHP, but unfortunately it's not that simple. I have another asset container that allows large audio files to be uploaded.
So if I could set a maximum file size on each container and prevent large image uploads only then that would be swell. I have warned the users against unnecessarily large image files but they upload them anyway.
Thanks!
The text was updated successfully, but these errors were encountered:
I have a problem with users uploaded large image files. For example, a 20mb image stored on a Digital Ocean space takes a while to retrieve and process with glide. Too many of these images can have a massive impact on the server.
You might think that I can just set a POST MAX size on PHP, but unfortunately it's not that simple. I have another asset container that allows large audio files to be uploaded.
So if I could set a maximum file size on each container and prevent large image uploads only then that would be swell. I have warned the users against unnecessarily large image files but they upload them anyway.
Thanks!
The text was updated successfully, but these errors were encountered: