Search found 2 matches

by m0t0d0r
Tue Jun 26, 2012 6:51 am
Forum: Coding Questions
Topic: PB + CURL Sending a file to the server
Replies: 2
Views: 1520

Re: PB + CURL Sending a file to the server

Code: Select all

curl_formadd(@formpost, @last_post, #CURLFORM_COPYNAME, @"CMD", #CURLFORM_COPYCONTENTS, @"AUTH", #CURLFORM_END);
WARNING incorrect number of parameters

HELP!!!
by m0t0d0r
Sun Jun 24, 2012 6:30 pm
Forum: Coding Questions
Topic: PB + CURL Sending a file to the server
Replies: 2
Views: 1520

PB + CURL Sending a file to the server

Please sample code that sends files to the server from a form

Multipart / form-data
CURL

I apologize for my English