[wp-trac] [WordPress Trac] #25491: Maximum size on uploader not corresponding maximum network size
WordPress Trac
noreply at wordpress.org
Thu Jun 4 00:47:52 UTC 2015
#25491: Maximum size on uploader not corresponding maximum network size
--------------------------+-------------------------
Reporter: marikamitsos | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Upload | Version: 3.6.1
Severity: normal | Resolution: worksforme
Keywords: | Focuses: multisite
--------------------------+-------------------------
Changes (by johnbillion):
* milestone: Awaiting Review =>
Comment:
This is most likely caused by a low limit in PHP's `upload_max_filesize`
or `post_max_size` configs, which are used in `wp_max_upload_size()` (and
filtered in Multisite via `upload_size_limit_filter()`). The lowest of
these values determines the max upload file size.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/25491#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list