You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: