500 error on uploading large files

Pamela Whittaker 1 Reputation point
2022-04-13T09:05:54.457+00:00

It is a windows server and I am getting 500 error when uploading large files using PHP

I have

ini_set('upload_max_filesize', '100M');
ini_set('post_max_size', '120M');
ini_set('memory_limit', '128M');
ini_set('max_execution_time', 0);
ini_set('max_input_time', 0);
set_time_limit(0).

at the beginning of the page but it is still failing and I am stumped. Is there anything else I need to do? I have run out of ideas. Thanks

Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.