Uploading large files

Hello,
I have a project in V2019 that is not allowing me to upload files over a certain size. It seems to fail at 30Meg. I can upload a file 27Meg but I can not upload one 34Meg. I have made changes to the PHP.INI file and I have changed the upload file size in PHPMaker to well over the size I am trying to upload. I have googled and tested everything I can find to fix this and it still fails. On a MAC it says “File not found” when I select the file. On a PC it says “Unknown Error” after it gets to a certain point in the upload. The document I am trying to upload is 65Meg. I have checked this in Google Chrome and when I press F12 I see an error that says “Failed to load resource: net::ERR_CONNECTION_ABORTED” in ewpload14.php. I can not figure out why this is happening. Any guidance would be greatly appreciated. Just to reiterate I have all values for uploading in the software and the server to allow uploads of more than 100Meg so I do not think that is the issue unless there is someplace I am not aware of.Thanks
JW

You may check upload_max_filesize, post_max_size and max_allowed_packet in your php.ini, see https://www.php.net/manual/en/ini.core.php.

Hello Arbei,
Thanks for the response. I have already set those both to 200Meg in the PHP.INI file. I have covered every base I have found on Google in relation to this issue and it still fails at around 30Meg. I can not find any reason for this whatsoever but it is certainly happening. Any additional information or suggestions would be greatly appreciated.Regards,
JW

If you are using IIS, also check IIS upload limit.