Dear Sir / Madam, We have developed a web portal using appzillon 3.5.12 and deployed the same on Jboss web server. To make it compatible with Internet explorer, we have added the following code in appzillon.jsp: <meta http-equiv = "X-UA-Compatible" content="IE=EmulateIE9"/> After deployment, page is...
Sir,

Awaiting for your reply.
Sir, For fresh registration, your suggestion of using appzillonUserRegistration internal interface is working. But, we are also giving an option for forgot password. When clicking on forgot password, we also following the same flow as the user registration. In this case, it is popping error: user id...
Sir,

As said, I have used appzillonUserRegistration internal interface and tried. But, it is popping error: "Password is not allowed to set by user".

How can we encrypt the password and set the session without giving the password.

Please guide.

Thank You.
Sir in my case, i am using micro app, where the user needs to set his/her password. For this i am using appzillonCreateUser (internal interface) for encrypting the password and maintaining a session. But, the issue i am facing is that while i am using appzillonCreateUser for the mentioned above purp...
Sir in my case, i am using micro app, where the user needs to set his/her password. For this i am using appzillonCreateUser (internal interface) for encrypting the password and maintaining a session. But, the issue i am facing is that while i am using appzillonCreateUser for the mentioned above purp...
Kindly share us the process for maintaining session in appzillon 3.5.12 version with JS code. Also, let us know how is the relogin function used during login into the session (the arguments to be passed for th relogin function) with sniplet code.

Kindly revert us at the earliest.

Thank You.
Sir,

How can we convert an encoded IMAGE base 64 to IMAGE.
how can we compress an IMAGE file from camera and store it store it in our DB.