GNS3 / gns3-web-ui

WebUI implementation for GNS3
GNU General Public License v3.0
149 stars 52 forks source link

Chunked file uploads #1513

Closed Mase3206 closed 4 months ago

Mase3206 commented 4 months ago

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 commented 4 months ago

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