Boost logo

Boost Users :

From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2020-03-23 16:21:50


On Mon, Mar 23, 2020 at 8:05 AM Bill Moo via Boost-users
<boost-users_at_[hidden]> wrote:
> Is there a working example anywhere of how I can capture
> and save a file uploaded to the server by a user please.

I don't think there's an example, but it is as easy as:

    http::request<http::string_body> req;
    http::read( sock, buf, req );

When the read returns, `res.body()` will hold the contents of the uploaded file.

Thanks


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net