Re: how to use http mutipart/form data wiki example to upload a image
Can you mark the exact line due to which app is crashing?
Re: how to use http mutipart/form data wiki example to upload a image
App is crashing at this only line and raising kern exec 3. If I comment this line, I am getting the same panic in every next line of code
Re: how to use http mutipart/form data wiki example to upload a image
Does it happen in the emulator or on a device?
Re: how to use http mutipart/form data wiki example to upload a image
Re: how to use http mutipart/form data wiki example to upload a image
You can check it out whether its happening in device or not. According to me, if iSession is not NULL then it should not crash. Also, you are using TRAPD there.
Re: how to use http mutipart/form data wiki example to upload a image
I am getting same on device also
Re: how to use http mutipart/form data wiki example to upload a image
Can we merge python code in our symbian c++ code?
Re: how to use http mutipart/form data wiki example to upload a image
Yes, you can. You can take help from following Wiki article:
[url]http://www.developer.nokia.com/Community/Wiki/How_to_embed_Python_in_Symbian_C++[/url]