andretusch
Product and Topic Expert
Product and Topic Expert
Member since ‎2020 Sep 01

User Statistics

  • 8 Posts
  • 0 Solutions
  • 16 Kudos given
  • 2 Kudos received

User Activity

I tried using the fileUploader in UI5 to upload a single audiofile to AWS S3. This is my schema.cds: entity Item : cuid, managed { title : String(100); Category : Association to one Categories; tags : String; @Core.MediaTyp...