oatpp / oatpp

🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
https://oatpp.io/
Apache License 2.0
7.81k stars 1.3k forks source link

Multipart media support #90

Closed lganzzzo closed 5 years ago

lganzzzo commented 5 years ago

There is no oatpp-native multipart media support. Should be implemented.

lganzzzo commented 5 years ago

See progress of this feature in branch https://github.com/oatpp/oatpp/tree/mime_multipart_data_support

lganzzzo commented 5 years ago

Basic APIs introduced in https://github.com/oatpp/oatpp/pull/94

lganzzzo commented 5 years ago

Configurable Multipart Reader https://github.com/oatpp/oatpp/pull/97

lganzzzo commented 5 years ago

Multipart is merged to master. For how to use Multipart in oatpp see - https://oatpp.io/docs/features/upload-file/