Menu

#4 PUT and POST fail to receive data

curlpas
open
nobody
binding (1)
5
2011-05-24
2011-05-24
No

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;

Discussion


Log in to post a comment.