1
5 days agoopen0

The plugin is currently using sys_get_temp_dir() directly to compute the temporary AJAX upload destination, instead of the PHP upload_tmp_dir directive. That means it doesn’t respect PHP overrides for the default upload directory, which creates issues with parallelized PHP backends with different /tmp storage. The current workaround of overriding the system /tmp is less desirable, because it affects other aspects of the system. We’ve patched this directly on our end (it’s a 2-line code change) and it appears to be working fine. But it would be great if the plugin could be updated to use the canonical PHP setting.

Leave a Reply

Your email address will not be published. Required fields are marked *