Skip to content

3.802.0

Compare
Choose a tag to compare
@vc-ci vc-ci released this 10 Jul 09:48
· 2 commits to main since this release
ff7af27

🎯 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
      }
    ]
  }
}