Results 1 to 3 of 3
-
28th Nov 2011, 10:44 PM #1OPMember
[Help] PHP Curl Uploader to RapidShare Problem
Hi people!!! I have a problem with PHP Curl Uploader to RapidShare, files uploaded but filesize = 0. Please help!
My code:
PHP Code:$ch = curl_init();
curl_setopt_array($ch, array(
CURLOPT_URL => $url,
CURLOPT_RETURNTRANSFER => 1,
CURLOPT_POST => 1,
CURLOPT_POSTFIELDS => "sub=upload&login=$name&password=$pass&filecontent=@$file&filename=$filename"
));
curl_exec($ch);
curl_close($ch);
heppinnz Reviewed by heppinnz on . [Help] PHP Curl Uploader to RapidShare Problem Hi people!!! I have a problem with PHP Curl Uploader to RapidShare, files uploaded but filesize = 0. Please help! My code: $ch = curl_init(); curl_setopt_array($ch, array( CURLOPT_URL => $url, CURLOPT_RETURNTRANSFER => 1, CURLOPT_POST => 1, CURLOPT_POSTFIELDS => "sub=upload&login=$name&password=$pass&filecontent=@$file&filename=$filename" Rating: 5
-
29th Nov 2011, 12:23 AM #2Member
Have you tried to use the post values in a array?
PHP Code:CURLOPT_POSTFIELDS => array('sub'=>'upload', 'login'=>$name, 'password'=>$pass, 'filecontent'=>"@$file", 'filename'=>$filename)
-
29th Nov 2011, 06:28 AM #3OPMember
Th3-822,
thank you... everything work fine
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[req] php curl filepost.com uploader
By heppinnz in forum Web Development AreaReplies: 23Last Post: 7th Jan 2012, 06:11 PM -
PHP CURL LulzImg Uploader
By heppinnz in forum Web Development AreaReplies: 2Last Post: 2nd Sep 2011, 03:43 PM -
Strange problem of zoom uploader with rapidshare
By zainbintariq in forum File Host DiscussionReplies: 8Last Post: 21st Aug 2011, 08:24 AM -
Problem using CURL
By black0xio in forum Web Development AreaReplies: 10Last Post: 5th Aug 2010, 12:21 PM -
cURL or PHP Problem.
By deelow66 in forum Technical and Security TutorialsReplies: 4Last Post: 2nd May 2010, 01:57 AM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...