Curl upload failed, help
I use the code on the example to upload the file, the program is not wrong, but the Tomcat folder does not have my uploaded files, I would like to ask you what the solution.
Here's My Code
Static size_t read_callback (void *ptr, size_t size, size_t nmemb, void *stream)
{
size_t retcode = Fread (PTR, SIZE,NMEMB, (FILE *) stream);
Curl_easy_setopt (Curl, Curlopt_url, "http://localhost:8080/mp3/2.txt");//Address I have a number on my computer, this way there may be a spelling mistake
VS2008 Debug debugging above Each step is gone, but server tomcat above the file I uploaded, file 8k. Help me!
Some people say it is Tomcat directory permissions problem, I need to modify the Internet guest Write permission, but I use the XP system, where is this permission.
In addition, this is my code in the COCOS2DX, because in C + + questions No one answer, so in this direction, I think the upload part should be the same.
------Solution--------------------
A parameter string (or array) for the POST method request
Curl upload is a form upload that simulates a browser
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.