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 ability to upload binary files #2

Open
hadisfr opened this issue Feb 5, 2019 · 0 comments
Open

Add ability to upload binary files #2

hadisfr opened this issue Feb 5, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@hadisfr
Copy link
Member

hadisfr commented Feb 5, 2019

The current implementation (v 1.0.1) only supports uploading text files due to limitations of std::string.
It could be a good idea to add ability to upload binary files, but I think this needs a lot of work and it may be needed to completely rewrite some part of request parser and use C array-like string or sth else instead of C++ std::string.

@hadisfr hadisfr added enhancement New feature or request help wanted Extra attention is needed labels Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Development

No branches or pull requests

1 participant