You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem related to this feature request
First, I just like you to know that I really like this package, the UX it provides integrates seamlessly with the other MUI components.
I have a use case when I'm supposed to allow users to upload huge excel files. The problem is that this package reads the contents of the files to memory. I'm only interested in the File object and the memory pressure will become a problem on some devices.
Describe the solution you'd like
Add a prop that makes it so files are not read in memory, it would disable all features that require the file to be read like image previews.
Describe alternatives you've considered
The only alternative is to not use the package.
The text was updated successfully, but these errors were encountered:
Feature Request
Describe the problem related to this feature request
First, I just like you to know that I really like this package, the UX it provides integrates seamlessly with the other MUI components.
I have a use case when I'm supposed to allow users to upload huge excel files. The problem is that this package reads the contents of the files to memory. I'm only interested in the
File
object and the memory pressure will become a problem on some devices.Describe the solution you'd like
Add a prop that makes it so files are not read in memory, it would disable all features that require the file to be read like image previews.
Describe alternatives you've considered
The only alternative is to not use the package.
The text was updated successfully, but these errors were encountered: