Activity Stream
48,167 MEMBERS
6855 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Member

    Default [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); 
    Thanks.
    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

  2.   Sponsored Links

  3.     
    #2
    Member
    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

  4.     
    #3
    Member
    Th3-822,
    thank you... everything work fine

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [req] php curl filepost.com uploader
    By heppinnz in forum Web Development Area
    Replies: 23
    Last Post: 7th Jan 2012, 06:11 PM
  2. PHP CURL LulzImg Uploader
    By heppinnz in forum Web Development Area
    Replies: 2
    Last Post: 2nd Sep 2011, 03:43 PM
  3. Strange problem of zoom uploader with rapidshare
    By zainbintariq in forum File Host Discussion
    Replies: 8
    Last Post: 21st Aug 2011, 08:24 AM
  4. Problem using CURL
    By black0xio in forum Web Development Area
    Replies: 10
    Last Post: 5th Aug 2010, 12:21 PM
  5. cURL or PHP Problem.
    By deelow66 in forum Technical and Security Tutorials
    Replies: 4
    Last Post: 2nd May 2010, 01:57 AM

Tags for this Thread

BE SOCIAL