David Moreira
David Moreira
@sturlath would you happen to have an api available to test the streaming of 2gb + files? I'm still trying to figure out why trying to make use of `StreamContent`...
Right, well gotta keep trying. If you guys have any other ideas or suggestions let me know. I'm pretty sure it'll work, but I'd like to actually make it work...
Yes an API that can have a file streamed to. If the streaming capability is already abstracted... the better, I just can't seem to make it work locally, at least...
PS: Ideally your API should already work with the native InputFile for Blazor with > 2GB in WASM.
> Ok what I have is this using [IRemoteStreamContent](https://github.com/abpframework/abp/blob/e3e1779de6df5d26f01cdc8e99ac9cbcb3d24d3c/framework/src/Volo.Abp.Core/Volo/Abp/Content/IRemoteStreamContent.cs) there was some issue using vanilla stuff with abp.io > >  > > But If you got code and just...
> > Ok what I have is this using [IRemoteStreamContent](https://github.com/abpframework/abp/blob/e3e1779de6df5d26f01cdc8e99ac9cbcb3d24d3c/framework/src/Volo.Abp.Core/Volo/Abp/Content/IRemoteStreamContent.cs) there was some issue using vanilla stuff with abp.io > >  > > But If you got code and...
So trying it out with @sturlath 's api.... I must be missing something... with **WASM** + streaming... I haven't even started trying to use Blazorise's **FilePicker** to try to stream...
Well I just found this post, https://github.com/dotnet/aspnetcore/issues/43388 // https://github.com/dotnet/runtime/issues/36634 this explains why I wasn't being successful streaming with a local api eitherway. So it is seeming to me that even...
@stsrki go ahead and re-take a look at this when you have time.
We use tippy.js for our `Tooltip` component. I'm not sure how that would work, as we would have to somehow convert it into something Tippy.js api understands? You can also...