[ad_1]
When using the file upload field. The files don’t get actually stored in the wpcf7_uploads folder. (I know that they just get stored temporarily , until the mail is sent.)
Every time I upload a file, only the folder of the file is stored,
so only this gets stored :…/uploads/wpcf7_uploads/0944958379
But if I look into the uploaded files in de submit hook, the full path is given:
…/uploads/wpcf7_uploads/0944958379/dummy.pdf
I’m testing locally with Valet (nginx)
WordPress 6.2.2
CF7 5.7.7
php 8.1
