Hi All,
I want to post/upload an image to URL like http://xyz.com.
I'm posting data as a form content code is given below.
How do I post an image. Is it possible to post it just using image...
Type: Posts; User: bnpawar; Keyword(s):
Hi All,
I want to post/upload an image to URL like http://xyz.com.
I'm posting data as a form content code is given below.
How do I post an image. Is it possible to post it just using image...
Hi thanks alot.
I got solution using MFFetch link is given below.
http://wiki.forum.nokia.com/index.php/File:MgFetch.zip
Hi All,
I want to post a image on HTTP server. For that I want to read an image from image gallery. I got a code to open gallery. But not able to read path of image. Please suggest me solution for...
Hi,
I'm trying to update a row in a table,but view.UpdateL() stucks.
Code is given below.What is wrong in code, is there any other way? Please let me know.
_LIT(KSQLStatement,"select...
Hi,
When we add some item on form say Edit1. and it has prompt text like 'MyPrompt'. When Edit1 is active it shows appended ':' symbol after prompt text like 'MyPrompt:'. I want to remove ':' from...
Hi All,
I'm posting data to server and trying to parse XML data from server.
code is given below. I have used code provided by NOKIA code portal.
But It Panics when response generated from...
Hi All,
I have tried to send email, using following code. but it stucks on emulator.
Is there any other way. Please reply.
Please tell me how to remove ':' sign, which appears on activation of any form item viz. Edit Button. I want to create a separator which contains text.
When Form control like editmenu is active it...
Hi,
Can somebody help me please.
Hi All,
I need to add some buttons in Option Menubar of Form.
By Default there is only on button that is Edit/Save.
I need to add more buttons in it.
Can somebody provide me code snippet/...
Hi All,
Can somebody tell me how to remove ':' sign, which appears on activation of any form item viz. Edit Button. I want to create a separator which contains text.
Ok Thanks for the reply.
Hi All,
How do I read value from control CEikDateEditor. And What should be data type to get that value;
My Code Snippet is like below :
CEikDateEditor* DateEditor = (CEikDateEditor*)Control(...