File size error while uploading PDF or Word file - OJS 3.1.0.1

Hey,

In case it might help someone, for me the thing that worked was increasing the limit from php.ini:

upload_max_filesize = 1G
post_max_size = 1G

cheers

3 Likes