- Messages
- 5,508
- Reaction score
- 35
- Points
- 48
Please debug and correct my misstakes:
http://pastebin.com/m32e38cf
curl_setopt($ch, CURLOPT_INFILESIZE, $_FILES['upfile']['size']);
Makes it load forever.
http://pastebin.com/m32e38cf
curl_setopt($ch, CURLOPT_INFILESIZE, $_FILES['upfile']['size']);
Makes it load forever.
Last edited: