We use the proform system and send uploaded files to our client relationship manager via webhook. The files must be stored temporarily while the webhook sends them
We have “Skip Adding to Media Library” toggled on but we’ve realised that all files end up in /wp-content/uploads. This is a concern both for the security of these documents (client data), AND it clutters the server disk for no reason.
Is there a way to have the file stored temporarily while the form is being sent (and webhook actioned), and then NOT retain the file on the Wordpress server? without having to come up with a automatic deletion php script?