Hello,
I continue to get an error (Exceeds PHP allowed size) when uploading a 13mb PDF file into the File Upload Manager. We have adjusted the PHP ini file to be set for 30mb and we have adjusted the following items:
1) file_uploads 30mb
2) upload_max_filesize 30mb
3) max_input_time 180sec
4) memory_limit 30mb
5) max_execution_time 180sec
6) post_max_size 30mb
Nothing we do seems to be fixing the issue.
Are we missing something?
I appreciate any/all help.
Thank you!