Thread Starter
islp
(@islp)
[update] I removed all the files in the uploads folder and deleted all the entries in the wp_wpcf7pdf_files table. After doing so, I tried to send a form and it only received the body, no attachment. I suppose when there are items in that table the plugin sends the latest, if there’s nothing in the table it sends nothing. Just an idea, I don’t have the time to dig into the plugin’s code. 🙁
Thread Starter
islp
(@islp)
I removed the plugin and rewrote the main functionalities I needed in a small plugin. I’m here to report an issue I found while investigating the attachment issues. The plugin manages a list of the attachments that have been sent. When you click the trash bin icon to remove an item from this list, what you’re actually deleting is not the file on the server, but only the link in the list. The files remain on the server—I had to manually delete five years’ worth of files. Bye