I make HttpConnection by the following way: try { StreamConnection s = (StreamConnection)Connector.open(url);
I have written a small picture script which shows a directory listing with thumbnails and also previews of the pictures.
This may be a stupid question, however I\'ve never really put much thought into the purpose of a connector mode and just used the default (READ_WRITE). What are the differences between calling Connect
I want to post among other data a String variable to a PHP file by using the HttpConnection stuff. The first data is the byte[] data returned from a records开发者_JAVA技巧tore. So it should be posted
I am stuck with a weird problem. I am trying to download a Google Static maps image by executing a simple URL in my application, but the image seems to be very different from what i see on my PC brows
I need to download开发者_运维问答 jpeg image and show it in my midlet. But when I try to run this code, image on screen is broken.
To give some background: I\'m building a BlackBerry frontend to talk to a backend web service built to support only PUT requests for a lot of important resources instead of POST requests.
i need some pointers here. So basically what I\'ve done is i\'ve created a form to be used to login to a web server. So, from the response code i am able to get a status code of 200 through wireshark.
hi friends I am new to blackberry programming, I am getting problem while making HTTPConnection to send GET request to a php web service, following is the code I am trying,
I am trying to connect to a webservice from my blackberry project in eclipse.My code for URLConnector is the following