DEV Community

Chamod Malshan
Chamod Malshan

Posted on

Uploaded pdf's file type didn't recognize in firebase storage dotnet 8

Try to upload a generated pdf to firebase storage and it didn't show recognize file type as pdf. I used iText7 to generate the pdf. I didn't understand why.

This is the method that used to upload the pdf.

`public async Task UploadQRCode(Stream QRCode, string fileName) { try { String…

Top comments (0)