Hi can I using "Forms for Editors" make a whitelist of file-extension and try to pervent upload of unwanted files on serverside ?
I know you can rename your files and bypass this kind of restrictions, but anyone has a solution to this ?
A notification subscriber could give me access to validate the files before it's uploaded to the server, but if I use the notification - Dynamicweb.Forms.Notifications.Frontend.OnAfterSubmitSave it's too late and the file is already uploaded to the server. A notification just before the file is uploaded could help me.
Any solution ??