Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Increase the file upload size of appsmith #33503

Open
1 task done
Chinamonster123 opened this issue May 16, 2024 · 0 comments
Open
1 task done

[Feature]: Increase the file upload size of appsmith #33503

Chinamonster123 opened this issue May 16, 2024 · 0 comments
Assignees
Labels
Enhancement New feature or request

Comments

@Chinamonster123
Copy link

Chinamonster123 commented May 16, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Currently, appsmith can only parse excel and csv files within 5MB. Files larger than 5MB are directly parsed into Blbo files. Can you support the parsing of files larger than 5MB? I think it is possible to use a Web Worker to parse files larger than 5MB to avoid page delays. When parsed into an array, the data is passed to the main thread for page updates.

Why should this be worked on?

In the work there are many large EXCEL files, the size has been greater than 5MB, 5MB limit for actual work, practicality is not particularly high.

Tasks

No tasks being tracked yet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants