Hi,
I am trying to upload the images to server,so i am converting the image data into bytearray and then passing the byte array to http post... But i am getting E32User-CBase 71 error... Can anyone...
Type: Posts; User: prathi; Keyword(s):
Hi,
I am trying to upload the images to server,so i am converting the image data into bytearray and then passing the byte array to http post... But i am getting E32User-CBase 71 error... Can anyone...
really i am not getting where is the problem.... i welcome for any new ideas???
still it is coming like that only even after i closed all the connection after my resquest completed????? any other ways ?
can u help by telling what kind of conditions i can check.... i tried it a lot but dint get......
My doubt is its working fine in emulator for both... but in device it is not working in 2nd...
It is there only like this
const TInt KErrHttpEncodeIfMatch = KHttpHeaderEncodeErrorBase - 18;
what does it mean? please help me in this ?
for the second post i am not getting any response code it is going to EFailed inMHFRunL() method.... and value of aEvent.iStatus in MHFRUNL is -18....
can u tel me y so...
Hi,
i am using the web-connection in so many place to post the datas to server... in first place my data is posting to server properly,but in 2nd place it is coming as failed... can u tel me why it...
Hi,
I am working on language change options,so i created rls files... and make a change in pkg files and mmp files...
Now i am getting error as cone14...
Can anybody tel me why this cone 14 will...
I request symbian people to fix the problem soon.... We want online signing to be done soon...
ok fine... let me know when it starts working...
HI,
I was signing the application using the below link:
https://www.symbiansigned.com/app/page/public/openSignedOnline.do
After i fill the Imei number and sis file of my application,I was...
thanks .... i got the correct result...
this how i created the rows and column..
void CSim_RegistrationDB::CreateSim_RegistrationDBL()
{
// Specify columns for MyTable table
TDbCol CustomerID(KcustomerIDCol, EDbColInt8);...
Hi,
I had created the array called CDesCArrayFlat .I constructed CDesCArrayFlat by using following code
CDesCArrayFlat* Data_array_values = new (ELeave) CDesCArrayFlat(20);
and i am appending...
but still emulator is not displaying the errors........ Why it is not displaying even after i had enabled "Extended panic code file" in C++ Debug tab. Please help me out in displaying the error...
Hi,
It is not producing any error message about ECMT manager... I went for tools -> preferences ->Extended panic code file".. Then too i am not errRd file in d/resources .... Please can u tel me...
I had gone throught the link and tried to get the ErrRd file in emulator but i dint get...can u please tel me how to get an panic errors in emulator?i.e., installing the ErrRd file in...
I had seen that example... Same i had done,they have used MyView.PutL(); and commit() also..... But my app is crashing here only::
MyView.SetColL(1, aSim_Registration1.iCustomerID);
what may be the reason for crashing?where i had gone wrong???Please help me in finding that.............
Hi,
I want to increment the Index of database to be incremented automatically...So i am using following code while creating the database.
TDbCol CustomerID(KcustomerIDCol, EDbColInt8);...
Hi,
I am creating database and providing the path.. following is the code that implemented:
User::LeaveIfError(iFsSession.Connect());
iFsSession.PrivatePath(DBFileName);
TFindFile...
Yup we get the data from the camera only,but u need to give the path to store the images that u had captured from your appliaction..
Actually the image u capture will not show u ...... It will be storing in the path u had given......
Can u send me the code how u r storing the image which had been captured...
no mode since it is database what i am opening not file....
It is comming as -14 means already exists..... even if i am calling this method first time ... it is coming as File already exists..... what i need to do?