Hi all,
So, I’m encountering a problem when trying to upload large files (specifically, .pdfs) into EE. When I try to upload a 58 MB file through the Publish Form, the page sits loading for a long time, and eventually gives me a “You do not have access to this upload directory” error (even though I’m able to upload smaller .pdfs into that same directory without issue). When I try to upload the same file through the File Manager error, the page (again) sits and loads for a long time, then gives me a “You did not select a file to upload.” (I think this means it gives up). Again, when I upload a smaller .pdf into the same directory, it uploads without any problem.
I checked in with the website hoster, and they said they’ve set the upload limit in PHP of 128 MB (looking in Tools > Utilities > PHP Info confirms this).
Any ideas what might be causing this issue? Or how to remedy it?
Oh, btw, I did check the permissions on the file I’m trying to upload, which is at 777 (or Read & Write for all), and I turned off XSS filtering for file uploads, but so far no luck.
Thanks in advance for your help! 😊
-Molly