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

Change max file upload size? #58

Closed
ruckc opened this issue Jul 22, 2023 · 2 comments
Closed

Change max file upload size? #58

ruckc opened this issue Jul 22, 2023 · 2 comments

Comments

@ruckc
Copy link

ruckc commented Jul 22, 2023

I'd like the ability to change the max file upload size. It appears its hardcoded in CoreFileUpload.vue.

@ramedina86
Copy link
Collaborator

Hi ruckc, yes I can confirm the limit is hardcoded. I acknowledge this is a limitation.

It'd be easy to make the frontend limit configurable, but the challenge is right now we're limited by the size of the WebSockets message. I intend to improve the architecture so that large messages are split into smaller chunks. Until then, it'd be problematic to allow for larger messages that just won't fit in a single WebSockets message.

@nicolalandro
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants