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

How to avoid saving uploaded files, in forms, inside the DB as encoded text #95

Open Jany-M opened 2 years ago

Jany-M commented 2 years ago

The wp_cf7dbplugin_submits table can become unmanageable, since it stores attachments from forms as embedded data inside the DB. Is there a way to avoid this and rather save the attachments elsewhere (uploads, custom folder etc) while keeping only an url reference in the DB itself of it?

@mdsimpson any input on this? many other users have issues with that table, could you please help?

lnaima commented 1 year ago

Maybe this link can help you: https://cfdbplugin.com/?page_id=794