memory access out of bounds when processing large files with use_drop_zone
#93
Labels
enhancement
New feature or request
use_drop_zone
#93
Hi!
I found my app becoming unresponsive when working with large files (e.g. 1GB).
I wonder if files can also be processed via a stream to avoid loading all data into memory at once (if that is supported from browser side)?
Currently it looks like that the file's content is completely loaded into memory: https://github.com/Synphonyte/leptos-use/blob/main/src/use_drop_zone.rs#L92
The text was updated successfully, but these errors were encountered: