You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sure. Interestly, something I discovered by accident,
await BlazorDownloadFileService.DownloadFile("streamFile.xlsx", myStream, CancellationToken.None, CancellationToken.None, progress: null);
does not work.
but await BlazorDownloadFileService.DownloadFile("streamFile.xlsx", myStream, contentType: "application/octet-stream");
I was having an issue with an even smaller size (400kb ish)
I turned my stream into a byte array and it worked.
@arivera12, you might want to impliment this
for your
I can submit a PR if you need/like
Originally posted by @thalaeg in #25 (comment)
The text was updated successfully, but these errors were encountered: