Hello, how can i make Contact 7 not to remove the uploaded files on my server even if i upload new ones over the form.. they shall stay there is this possible?
I deleted:
// remove upload files foreach ( (array) $wpcf7_contact_form->uploaded_files as $name => $path ) { @unlink( $path ); }
But after a short time or new upload the file gets deleted is there a solution that the files stay in the folder?
Thanks