Reputation: 1485
I have an application (html form) that allows users to upload a file to the server. When the file is larger than 10mb, it kicks the user directly to a "Connection interrupted" page.
Server is setup as follows:
Under php.ini (for both fpm and php proper) the max-upload size and post-max is set to 20mb. Form field has a max file size of 200000000
Any ideas as to what this could be? Is this an nginx problem?
Upvotes: 0
Views: 609