hi
i want to know is it possible to upload a jpg file using web service...??
hi
i want to know is it possible to upload a jpg file using web service...??
Yes, it is possible. But it will depend on the websrivices API that how to encode or pack the image data to send to the server.
Tell me which web services you want to use ?
thanks,
~Amitabh
my application is like this..first you have to take the photo using app and it will store the image in the memory card..when you select the upload option it will read the image as bytes and send it to the sever...when it did this in emulator i am getting
javax.xml.rpc.JAXRPCException and io exception:0-Error in http operation...
give your codelet where you are packing the bytes in xml for sending to server and your http connection string.
their looks to be problem in both, something in xml packing and urlencoding issue in connection string.
thanks,
~Amiatbh
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
i didnt know on which line the error occurred but data was transmitted at some point it showed connection truncated...and the error showed was
javax.xml.rpc.JAXRPCException IO exception:0-Error in http operation...
Post your code here for debuging...