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

Chunked file uploads #1513

Closed
Mase3206 opened this issue Jul 4, 2024 · 1 comment
Closed

Chunked file uploads #1513

Mase3206 opened this issue Jul 4, 2024 · 1 comment

Comments

@Mase3206
Copy link

Mase3206 commented Jul 4, 2024

If your GNS3 server is behind a Cloudflare tunnel (like mine is), file uploads larger than 100MB are blocked due to a restriction on Cloudflare's end (returns HTTP 413). This could be fixed by automatically chunking the file to be uploaded into multiple archives less than 100MB in size, uploading them, and re-assembling them. This should also be considered for implementation in the native desktop app.

Once I get more comfortable with TypeScript, I may look at implementing this myself.

@Mase3206
Copy link
Author

Mase3206 commented Jul 4, 2024

I just realized that this should be a discussion, not an issue.

@Mase3206 Mase3206 closed this as completed Jul 4, 2024
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

1 participant