Hi everyone.

I want to create a desktop application in Tauri framework for watching multimedia. My problem is that the size of the files can be very large, so I want to send them to the frontend in chunks and not the whole file. So my idea is to upload the file to some state on the backend and periodically give the chunk to the frontend.

Is it possible?