User tests: Successful: Unsuccessful:
Pull Request for Issue #35853
check if upload, post and memory limit is set to unlimited before checking required minimum limits
Install extensions
Upload file in media manger.
if possible with different values set in for upload_max_filesize, post_max_size, memory_limit in php.ini
doesn't work if any of the 3 vars is <= 0
works
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_installer com_media |
Labels |
Added:
?
|
Ive said it before. Repeatedly. memory_limit doesn't effect uploading of files! Basic PHP.
I would say the same but there are 2 "problems"
First it's mentioned in the documentation https://php.itronic.at/manual/en/ini.core.php#ini.post-max-size
Generally speaking, memory_limit should be larger than post_max_size.
If you look at the mediamanager then you will see that it loads the images as base64 encoded string...
sure both things doesn't effect the upload directly but is a failsafe for later usage. Does you see a negative impact?
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
R2C
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-01-04 00:37:59 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Thanks!
Ive said it before. Repeatedly. memory_limit doesn't effect uploading of files! Basic PHP.
#35360 (comment)
#35392 (comment)