Hello,
I have a question/concern.
We are isolating attachments from the forms database into a network location so that an antivirus can scan the files. However, I just notice that the file arrives at the network location as soon as you attach the file in the form (not after submitting).
Is there a way to go around this?
This opens a vulnerability to users with forms exposed to the public since you can (or a bot) attach a document then remove the attachment and reattach it and repeat this process until you overflow the network location/server without having to do the reCAPTCHA.
I have setup this to only accept 1 attachment at a time and with 20 MB for now.
I do not know if there is something that can be made with JS/CSS to remove the attachment element from the DOM completely after the upload.
Please let me know if there is a configuration that I am missing.