mdsimpson / contact-form-7-to-database-extension

CFDB - WordPress plugin to save form submissions into a database
GNU General Public License v3.0
240 stars 59 forks source link

Set temporary folder with get_temp_dir in Wordpress. #98

Open ys319 opened 1 year ago

ys319 commented 1 year ago

Spout seems to use sys_get_temp_dir by default, but may not have write permissions at some shared servers. https://github.com/box/spout/issues/355

This may fix issue #79.