We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
data_uri method returns the base64 encoded version of something else, but not the blob/binary data.
The text was updated successfully, but these errors were encountered:
I have fixed this in Pull Request #45 Please merge that. Thank you.
Sorry, something went wrong.
When I called data_uri on the file, it returns this:
"data:image/jpeg;base64,IzxNb25nb2lkOjpHcmlkRnM6OkZzOjpGaWxlOjB4MDAwMDAwMDJlMzFlMTA+"
When I tried it on the browser, no image came out. Do you know what caused it or how I could fix it?
Thank you very much!
Hi, I developed the same fix as yudho, please merge his code.
Also other people found the same problem: http://stackoverflow.com/questions/33344217/cant-get-data-uri-working-in-mongoid-grid-fs-gem
No branches or pull requests
data_uri method returns the base64 encoded version of something else, but not the blob/binary data.
The text was updated successfully, but these errors were encountered: