Hi
I'm having trouble adding PDFs to my page. They are large files - up to 50Mb. They appear to be failing - the progress bar gets stuck on 99%. I have tried adding
upload_max_filesize = 100M
post_max_size = 100M
to php.ini, but no luck. Has anyone else had this and found a solution?
Thanks!