question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow for base64 image data input

See original GitHub issue

It would be great if bind() could support base64 image data as well, alternatively introduce bind64() or similar.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:1
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
thedustinsmithcommented, Feb 9, 2016

@1N50MN14 What happens when you pass in a base64 image into bind({url: 'base64here'})?

0reactions
atgillettecommented, Feb 14, 2016

FYI - npm is still pointing to version 1.0.3

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to upload files from your HTML form using Base64 ...
Learn how to quickly encode your file input content as Base64 Data URI and save it to your server.
Read more >
How to upload files from your HTML form using Base64 ...
In our example, we will upload the image file by encoding the image as Base64. First, let's write simple HTML and set the...
Read more >
How to Display Base64 Images in HTML - W3docs
In this snippet, we're going to demonstrate how you can display Base64 images in HTML. Use the HTML element to embed Base64 encoded...
Read more >
Input type="file" set base64 image data - Stack Overflow
Question: How to send base64 image data to server with help of <input type="file" /> WITHOUT saving them to local file system?
Read more >
Tutorial - Base64 Image Encoder
Learn how to convert images to base64 strings and how to use them in HTML image elements and as CSS background images.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found