Having Trouble Uploading Large File To Server

I am trying to upload a catalog to my server so my customers can download it.

The file size is 21.0MB. I have increased my upload_max_filesize = 23M;

and it will begin upload, but then I get an error message "Upload error. Data exceeds the maximum allowed size."

Is there something else I should change?

If so, should I change it back so my upload_max_filesize = 10M; again ?

Thanks.

I am trying to upload a catalog to my server so my customers can download it.

The file size is 21.0MB. I have increased my upload_max_filesize = 23M;

and it will begin upload, but then I get an error message "Upload error. Data exceeds the maximum allowed size."

Is there something else I should change?

If so, should I change it back so my upload_max_filesize = 10M; again ?

If it is a pdf you are trying to upload compress it here: https://smallpdf.com/

That did the trick.

Thanks John.