Increase file size for PDF import

QuestionsCategory: PDF Light ViewerIncrease file size for PDF import
LEE YIU CHUNG KELVIN asked 7 years ago
Dear Sir/Madam,
I do set the php with upload_max_filesize = 100M and add @ini_set( ‘upload_max_size’ , ‘100M’ ) in functions.php of the theme. 
When upload pdf via the plugins, the size is still limited to 64MB. What should I do to increate the limit to 100M?
Best regards,
 
Kelvin.
 

1 Answers
super Staff answered 7 years ago
Hello Kelvin,
The upload limit depends on few parameters. The “upload_max_filesize” the one of them. The another one is “post_max_size”, please check it too.
Please note, some hosting providers do not allow to modify those parameters.