Plugin Limitation
-
Hi, I hope you’re well.
I’d like to leave a note that ‘upload_size_limit’ filter that is used by your plugin doesn’t work in all cases. The filter sets the maximum upload size for WordPress, but many hosting providers override this value at the server level. It may be worth mentioning this in the README.txt FAQ section.
For example, following plugin installation:
- The Media Library shows maximum upload file size of 75MB.
- However, the Site Health Info reports 16M, and testing shows that larger files cannot actually be uploaded. (Error: ‘xxx exceeds the maximum upload size for this site).
The WordPress filter cannot exceed the limits imposed by PHP or the server.
You must be logged in to reply to this topic.