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

Add support for multipart file uploads #2679

Open
SpaceSaver opened this issue Feb 19, 2024 · 2 comments
Open

Add support for multipart file uploads #2679

SpaceSaver opened this issue Feb 19, 2024 · 2 comments

Comments

@SpaceSaver
Copy link

I just made a similar post on the server side, but I believe adding this would require changes to the app too. Perhaps the ability to select a max file size, or on the server dictate one that the app then respects? This is the issue on the server side that I opened: BlueBubblesApp/bluebubbles-server#622

The advantage of multipart file uploads is circumvention of arbitrary request size limits imposed by proxy services like Cloudflare. Cloudflare limits requests to 100MB in size.

@tneotia
Copy link
Member

tneotia commented Apr 21, 2024

dupe of #2605

@tneotia tneotia closed this as not planned Won't fix, can't repro, duplicate, stale Apr 21, 2024
@tneotia
Copy link
Member

tneotia commented Apr 21, 2024

wait this is actually saying something else nvm

@tneotia tneotia reopened this Apr 21, 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

2 participants