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

tckt33: support multipart/form-data (i.e. file upload) #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

J4Chard
Copy link

@J4Chard J4Chard commented Jun 28, 2021

File Upload (Issue 33) was closed with the suggestion to use a websocket server. For my use, adding this functionality to the web server is the more desirable approach.

This patch does not do quite exactly what I want, unfortunately. It works great for small file upload (up to about 2 MB) but doesn't handle larger files. Maybe someone else can dig into the lower-level details to figure out what / where the size restriction is -- and how to overcome it.

@antonvh
Copy link

antonvh commented Nov 7, 2021

Great work! 👍

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

Successfully merging this pull request may close these issues.

None yet

2 participants