Click to See Complete Forum and Search --> : Invalid character in a Base-64 string.. Help!!


NinaWilliam
06-26-2006, 04:31 AM
I got this error message “Invalid character in a Base-64 string” and I don’t know what is causing it… do you have any idea about it?

felgall
06-26-2006, 04:28 PM
Must be a character in the string that isn't one of the 64 allowable characters. To work out what character it is and how it got there would require a lot more information.

NinaWilliam
06-27-2006, 12:33 AM
Okay...

am trying to make a newsletter subscription page.. the user will enter his email and thien click the image button... it will first call a function to validate the user entries in the textbox.. then it should take the string to the server side code to check if the entered email exists or not in the database...if yes, give a message. if no, store it in the database...

the error is happening when i click on the image button... exactly after the client side validation (javascript function is running fine).

so any idea?