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
When using the method to calculate the maximum file size to upload to the server it should calculate it like min(max_post, upload_max_size) instead it will use a max() method, therefore generating a number that's confusing to the user.