On the angular side we are using the Froala editor for the messaging part(like upload files) and backend services are in .NET core. Since we have created API for uploading attachment into CDN server, we have written the logic for fetching the files from Request(httprequest) form, but we are not able to get the files on froala since front also they are passing the request as Form data. Can somebody help me on this?. Thanks