tCurl.InitTransfer does not assign the InitOutputFile function for PUTs and POSTS. This: if ( fUpload or fPut ) then InitInputFile else InitOutputFile; should be replaced with: if ( fUpload or fPut ) then InitInputFile; InitOutputFile;
Log in to post a comment.