Anthony G. Rivera Cosme
Anthony G. Rivera Cosme
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...
Hello @arivera12, I'd recommend skipping .NET 5 and going straight to .NET 6 in this case as .NET 6 has significant improvements to the byte array interop mechanisms. Blazor no...
Hi I increased the buffer size and I am now able to download my 110MB exe file but it takes 2 minutes for the download dialog to appear. I am...
### Problem When downloading a file from a server directly to JavaScript or Blazor the browser has it's own memory and hardware limitations. ### Solution We should use `Content-Disposition` attachment...
I need to store a blob on a network disk/shared computer folder that is on the network. How can I achieve this?
If we target `IEnumerable` then we can convert to any collection instead of only `List` type
### Describe the feature request Get the base64 representation of the any chart. The idea is having the alternative to embed the graphics anywhere else as an inline image like...
MacOs Xamarin Essentials seems to be supported on version 1.6.0 https://docs.microsoft.com/en-us/xamarin/essentials/release-notes/1.6 but the project is referencing `` MacOs project template should be updated to Xamarin.Essentials 1.6.0. ``
I am able to scroll the page on regular browser but on BlazorWebView is not possible. 