WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Arun Jose > Forum messages

Arun Jose

User

Fileupload failing
29.07.2022 21:37

I need to upload attachments to our company cloud services. Below is the web api endpoint that accept a file: [HttpPost("createfilewithcontent"), DisableRequestSizeLimit] public async Task CreateFileWithContent([FromForm] GFileWithContentWrite fileInfo) { var stream = fileInfo.Fi