We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Multimedia Files transmission, streaming is important, how can we use webcc to achieve this?
Thanks.
The text was updated successfully, but these errors were encountered:
Multipart form doesn't support streaming. If you don't mean multipart form data, here are some examples for data streaming: Client: https://github.com/sprinfall/webcc/blob/master/examples/file_downloader.cc Server: https://github.com/sprinfall/webcc/blob/master/examples/static_file_server.cc Server (RESTful): https://github.com/sprinfall/webcc/blob/master/examples/book_server/views.cc (see BookPhotoView::Put())
BookPhotoView::Put()
Sorry, something went wrong.
No branches or pull requests
In Multimedia Files transmission, streaming is important, how can we use webcc to achieve this?
Thanks.
The text was updated successfully, but these errors were encountered: