Export to GitHub

curlpp - issue #19
Added a curlpp::FormParts::FileBuf class that upload data in a buffer
Posted on Aug 18, 2010 by
Happy Kangaroo
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.
- patch.txt 3.1KB
Status: New
Labels:
Type-Defect
Priority-Medium