satng / curlpp

Automatically exported from code.google.com/p/curlpp
0 stars 0 forks source link

Added a curlpp::FormParts::FileBuf class that upload data in a buffer #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments: