I am trying to upload files using Rapidshare API and Qt. The API can be called via POST method with all the parameters in POST method.
I am able to upload the file but if the file contain characters like '&', the file not gets fully uploaded(in a…
I offload a lot of my sites uploads to RapidShare for storage. I then have a script that when accessed by a user wanting to download a file, downloads it from RapidShare using their API and serves it to the user. Here's the relevant code in the…
I'm integrating my site with another website using their API. From one of the API calls, I want to insert the response into a table. I'm using cURL to query their API, and PDO to insert it into my MySQL database.
Here's the relevant code:
// Upload…
I'm trying to upload files to RapidShare using their API and PHP with cURL. So far, I've got this code:
// Get the RapidShare server to upload to
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,…
I trying to upload to Rapidshare using the API documentation. I already seen a lot of article but still I was not able to get it "Done". Currently I keep on getting the following response error:
ERROR: Subroutine invalid. (b6ba5d82)
I used the…
I'm working on a project with hyperlinks. I need to parse all links from a string in Java, but only http://rapidshare.com links.
All parsed links shoud be filled in an array. My code looks like this:
Matcher mat =…