I'm using the FileSelect component. When accessing the data, it's of type FileSelectFileInfo, which has a stream of type FileInfoStream, which is disposable.
So, do I have to dispose it after having read the data?
Lots of Greetings!
Volker
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 29 Jan 2025, 08:26 AM
Hi Volker,
You can Close() or Dispose() our Stream and there is no problem in doing that. However, we don't explicitly require developers to do it, as it may not be necessary and it basically depends on your scenario.
On a side note, please ask the license holder at your company to assign you a license for Telerik UI for Blazor. This will make your account compliant to our license agreement.