hi,
can anyone tell me what these exception messages mean:
-36, -18, and -34?
i think there are still more error codes. i haven't encountered them yet.
thanks
Type: Posts; User: alliance205; Keyword(s):
hi,
can anyone tell me what these exception messages mean:
-36, -18, and -34?
i think there are still more error codes. i haven't encountered them yet.
thanks
i tried this example from this site but i got a connection reset exception..
http://www.hcilab.org/documents/tutorials/PictureTransmissionOverHTTP/index.html
but when i tried sending only a...
i believe u did not import your classes properly.
why don't you post your codes so we can find out what's wrong?
http://www.forum.nokia.com/info/sw.nokia.com/id/f3a07550-a530-4ba3-a8b5-0b40f1dffa67/MIDP_1_0_Delivery_Example_v1_0.zip.html
try this sample from this site.
it includes mobile and server side...
thanks for that info...
im looking for other alternatives in sending images to my webserver..
http connection is not working for me.. :(
can you suggest other methods?
does anyone know how to implement htt post request through socket connection?
some sample codes would be very helpful. thanks!
hi
@axs: i already tried that but still the same problem.. every time i send data more than 1 kb, this exception is thrown: "IOException: error in http operation"
@dcrocha: i already tried...
hi,
i also have the same problem.. what phone are you using?
also, this might be of help to you.. please let me know how it turns out..
...
hi,
does anybody know of a screenshot application for S40 3rd ed phones?
(specifically, N6288)
thanks
so ultimately, im now using a different phone (N6630)..
but now, im stuck with another problem.. whenever i send an image (more than 2kb), the image bytes reach the server but my client terminates...
hi,
i do believe we have the same problem...
now, im starting to think it has something to do with th OS..
do you have any phone that runs on Symbian OS (preferrably S60)? please try it and...
my deadline is looming and still i cant figure out what's wrong.. :-(
does anyone know any alternative? im desperate..
hope this helps...
http://developers.sun.com/mobility/midp/articles/httpdebug/
i'd like to know what type of application you're developing.. maybe we can help each other out?
thanks
it could be that your application is using other APIs that are not implemented by S40 devices.. please check on this
hi,
it seems that there is a limit to the amount of data that you can send via http connection.. has anyone encountered the same obstacle? what could be the cause of this?
i am using N6288 to...
hi,
6280 supports JSR 120 Wireless Messaging API.. it should work fine..
what error are you encountering?
hi,
thanks for the code.. but unfortunately, i could only send an image about
475 bytes in size using that one.. (i also tried converting the image bytes to base 64)
could it be possible that...
I can't seem to send a picture to my servlet..
I believe this could be the cause. Do all MIDP devices suppport
HTTP 1.1? Has anyone successfully uploaded/dowloaded picture files
(png, jpg, etc..)...
i can successfully send String data between my mobile client and my server but i can't seem to send raw bytes read from a picture file(png/jpg).. has anyone encountered this problem?
instead of...
hi,
i think hartti is right.. this is how you check for api permissions. nwy, i think if you try to use some api with permission set to "not allowed", a security exception is thrown.. i suggest...
this is really weird...
i can successfully send a String to my servlet but i cant send a file (png/txt/etc...)
is there a special config for this?
please help..
hi,
thanks for the code...
this may sound weird but i was able to make it work by sending String data to the servlet.. but now, i'm trying to send a picture (jpg/png). this is where i...
hi!
thanks for your reply.. i have a new problem though..
i can't seem to upload my image.. i'm getting this error: "IOexception : Error in HTTP operation".
here's the code:
on the server side, how do you access these values?
thanks
hi!
I've search the forums but I can't seem to find the answer I'm looking for.. I've encountered previous threads about this, but they are outdated.. I'm hoping that with recent developments,...