Hi
We are trying to get an upload of csv files using customer portal.
Is it possible to run a malware/anti-virus scan on files uploaded into Dynamics 365 using customer portal as they are uploaded or on the database itself?
There is no functionality like this that I am aware of, however you could write a plugin that would check the file uploaded (Note on a Portal Comment by default) is a text file only. If the facility only allows the upload of a CSV file then checking it was text only would give you a level of comfort and this could be relatively easy to build as a plugin that would refuse any other file format.
I see there is an option to store files in the Azure Blob Service (though I don't know how to set that up) which has the ability to be scanned by antivirus systems.