-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Base64 Code Is not Properly Encoded #29
Comments
Same problem here. It doesn't show the encoded picture in the app view. |
i think its because the encoded file added new lines with some new character, i tried it already. |
Frankyso thanks man but I am not using base64 anymore. It is really no good especially in an ionic app. Sometimes I was getting almost 2mb data for 300kb image. And for css to process this much data it was taking some time to load picture. And if user choose a 2mb image from the gallery, it was taking around 3 minute for the app to show the pic in view. |
Remove \n from base64 data after that it will work
|
I have Converted Image to Base64 But Output Of the is not working as expected
i'm Unable to decode it Back
The text was updated successfully, but these errors were encountered: