Does anyone know where umbraco forms stores it's uploaded files?
I have setup an S3 virtual file system provider for Media storage to share it between editing instance and delivery instance. Do I need to do the same for forms?
Andrew McKaskill
04/25/2024, 10:41 AM
Found it! Had to get my multi-server setup up and running but I've discovered that Forms saves your uploaded files into a folder "forms" using the mediaService. So... if you configure your media virtual file system to go to blob storage or s3, then your forms file uploads go there too.
d
Dean Leigh
04/26/2024, 9:24 AM
It does.
And we recently asked by a client to virus check them which Azure does really nicely
a
Andrew McKaskill
04/26/2024, 1:49 PM
What service are you using for the virus checking? I've been asked that too but the process normally ends up being something like:
- upload to quarantine blob storage account
- trigger function to run clamav against file
- once complete move to another blob storage account