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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.