CLOUD: Add DropboxUploadRequest
This commit is contained in:
parent
701b07adfb
commit
d917592099
13 changed files with 294 additions and 17 deletions
|
@ -55,7 +55,7 @@ char *CurlJsonRequest::getPreparedContents() {
|
|||
}
|
||||
|
||||
void CurlJsonRequest::handle() {
|
||||
if (!_stream) _stream = new NetworkReadStream(_url.c_str(), _headersList, _postFields);
|
||||
if (!_stream) _stream = makeStream();
|
||||
|
||||
if (_stream) {
|
||||
const int kBufSize = 16*1024;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue