Hi,
curlpp::FormParts::File class only attaches a file on disk to the POST request.
As the situation comes up where I need to send the data in a buffer as the
content of upload, I created this curlpp::FormParts::FileBuf class to carry
out this job.
Please review and comment.
Original issue reported on code.google.com by yangge...@gmail.com on 18 Aug 2010 at 3:48
Original issue reported on code.google.com by
yangge...@gmail.com
on 18 Aug 2010 at 3:48Attachments: