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

Investigate Large File Upload Issues #137

Open
ColonelPanics opened this issue Jun 14, 2024 · 0 comments
Open

Investigate Large File Upload Issues #137

ColonelPanics opened this issue Jun 14, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@ColonelPanics
Copy link
Member

There are multiple factors that can influence the largest size a file can be when uploaded.

In the following example on Flight Solo I see the following error when trying to upload a 750MB file (this is nice and expected):
Screenshot 2024-06-10 at 10 01 37

However, if I try to upload a file >1GB then the error message gets strange:
Screenshot 2024-06-10 at 10 05 20

I'm not quite sure why this is happening but it's worth investigating how to handle file upload limits sensibly (e.g. not allowing the attempt of an upload that exceeds the limits set on the server)

@ColonelPanics ColonelPanics added the help wanted Extra attention is needed label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant