Stiffstream / restinio

Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use
Other
1.15k stars 93 forks source link

How to upload files #56

Closed VincenzoLaSpesa closed 4 years ago

VincenzoLaSpesa commented 5 years ago

Hello. Is there any sample or documentation about how to handle files uploaded from the client?

eao197 commented 5 years ago

Hi! No. There isn't such an example yet.

eao197 commented 4 years ago

Hi! We've added some new functionality into RESTinio and implemented file_upload example. This will be a part of upcoming v.0.6.1 release (I hope we can roll this release out this week).

eao197 commented 4 years ago

The file_upload example is now the part of RESTinio.