Forum: Developer Forum
12-20-2011, 01:43 AM
|
|
Replies: 0
Views: 1,081 Image upload in blackberry!!!!!!
Hi,
I am uploading a image using j2me code in blackberry on a php server .
Smaller size images get uploaded But it does not upload image of larger size.
Any ideas ????????
|
Forum: Developer Forum
11-22-2011, 04:57 AM
|
|
Replies: 6
Views: 2,006 Re: How to Read from a socket ??
Hi,
I have to create a server socket for accepting connections. For that how do i get the ip address of the phone (simulator) . I have used the following code to retrieve the ip.
{
scn =...
|
Forum: Developer Forum
11-21-2011, 12:20 AM
|
|
Replies: 6
Views: 2,006 |
Forum: Developer Forum
11-20-2011, 04:54 AM
|
|
Replies: 6
Views: 2,006 How to Read from a socket ??
What is the way to read from a socket in Blackberry?
I have used the following code to read but it does not reads .
for(int i=0;i<length;++i)
{
input[i] =...
|