i have this littel problem with a test app. Current look: <form> <span>1:Question goes here </span>
I guess this is rather a general problem than ebay specific, but I am not sure: I am trying to send an XML request to the ebay developer API to retrieve an XML response. When using curl, everything wo
I have a very simple php program that I am working on for my computer science class but I am having a little trouble with it.
I need some help to get the ContentType of a file that is uploaded via jQuery from a view in MVC 3. Below is the code in the view that handles the post:
Hello I am doing an analytical project for delay tolerance for various applications. So I need to 开发者_如何转开发build a portable application to take user feedback. I am trying to do this using Jav
Hi I am trying to figure out how to log on to a site from my own Android form in a app, without using Webview so then when its authenticated I can then parse the HTML content of the next page. All I n
I got an error using HttpPost for sending an MMS in Android. In the Logcat it says: ERROR/Here(447): ---------Error---开发者_StackOverflow社区--Target host must not be null, or set in parameters.
In my asp.net webform page I have a simple form with a single inputfield and a submit button. When initiating the post request and then hover over the submit button, the browser stops showing the load
I have used the following code on my c开发者_如何转开发lient side (Android emulator). HttpClient client=new DefaultHttpClient();
I\'ve been trying to fix this code but I couldn\'t. if ($_POST[\'number\']) { $number = $_POST[\'number\'开发者_如何学编程];