Releases: VirtoCommerce/vc-module-file-experience-api
Releases · VirtoCommerce/vc-module-file-experience-api
3.803.0
3.802.0
🎯 Development
- allow anonymous upload by scope (#5)
Added AllowAnonymousUpload
flag to scope to control anonymous file upload
{
"FileUpload": {
"RootPath": "attachments",
"Scopes": [
{
"Scope": "<your scope>",
"MaxFileSize": 123,
"AllowedExtensions": [ ".jpg", ".pdf", ".png", ".txt" ],
"AllowAnonymousUpload": true
}
]
}
}