caglabaran

Results 1 issues of caglabaran

Hi, I have tried to detect a 'pdf' file but I got 'txt' as a response ``` IFormFileCollection invoices foreach (var invoice in invoices) { using (var ms = invoice.OpenReadStream())...