Data URLs are a Uniform Resource Identifier scheme that allow you to include data items inline in a web page as if they were being referenced as external resources.

learn more… | top users | synonyms

0
votes
0answers
16 views

Apply With LinkedIn plugin, data is not received on data-url

I have added an Apply With LinkedIn plugin to one of my sites and provided in its data-url attribute my sites url which should receive data and process it. The problem is that i am unable to recieve ...
2
votes
2answers
68 views
+50

Why does a site without AJAX work over HTTP but not with the Data URI scheme?

Take p01's MATRAKA. I base64'ing the content served at the URI linked, and put it in a data URI: ...
4
votes
1answer
103 views

Data URL images unreadable for IE8

I have a 2D barcode generator making some barcodes on the (Java) backend. It gives me data URLs and I set them on the client side using Javascript. All works fine in Chrome, Firefox. But not in IE8 ...
0
votes
0answers
48 views

How retrieve selected value in jqgrid from dataurl

I insert in the "idcognitif" fields (varchar) from a main table in my database values ​​with "EditForm" of jqgrid. Each value corresponds to: 1 = memory 2 = application 3 = understanding etc ... For ...
1
vote
1answer
181 views

Convert Data-URL to valid byte string

I am attempting to allow the user to save images that have been rendered to the canvas. There may be several images and I want the user to be able to download all the images at once as a single tar ...
0
votes
1answer
56 views

Copy image with src=“dataUrl” to Office application

Trying to copy an image to clipboard doesn't seem to work corectly if the image is using a data-URL. (tested on IE9, Chrome 25.0.1364.152) I seem to be able to past "Data-Url" images to paint. ...
0
votes
0answers
119 views

How Set an image as background using HTML5 file system API

I'm writing a small offline web app. It basically needs a system where user gets to select an image file and it should be saved as "The background image" for that app. Should this be done using the ...
0
votes
1answer
110 views

Data URI ASCII, UTF-8, or base64

When including a Data URI in an HTML page, is it best to use ASCII, UTF-8, or base64? I am using it for an SVG file which can be represented as any of these. The UTF-8 (once URI encoded) is still a ...
0
votes
0answers
101 views

how to get data url from animated gif in browser?

I have url of animated gif, for example this, and I need to get data url from from this image. How to do it? I know that I can use canvas for that and its method toDataURL. But in that case I lose ...
0
votes
1answer
445 views

Phonegap/Jquery Camera API - Capture image

This is my first phonegap or jquery mobile app. I'm trying to make a simple web app that will use native functionality to access the camera/capture api. I can't find a good piece of example code that ...
2
votes
4answers
206 views

Looking for toDataUrl guidance

Cut to the chase... I'd like to take a local image file, use javascript to create a dataurl value from that image. I'm not totally sure how to go about doing that. I have looked at a bunch of code ...
-2
votes
1answer
81 views

Which is better? Data URL scheme or image links for displaying image? [closed]

I am a bit confused about this. For displaying images in my HTML page, embedding image code is good in HTML img tag (using Data URL technique) or giving a link to that image file will be more better ...
-1
votes
1answer
71 views

What is the advantage of storing something as a blob versus a dataURL? [closed]

What is the advantage of storing something as a blob versus a dataURL?
1
vote
1answer
178 views

KineticJS Data to URl into an <img> tag instead of new window

I'm making a game that is similar to the KineticJS drag and drop sample. I've combined it with the save image feature so users can keep the end result of what they've made. Does anyone know how I can ...
2
votes
2answers
418 views

Upload data URL to Django server

I am trying to do this in Django (async upload a canvas as an image file). I'm using (a slightly modified version of) the javascript found in the demo, which rolls its own XHRHttpRequest, but I fail ...
4
votes
3answers
497 views

Code128 Barcode as HTML Image Tag with Data URI Scheme in Python

I need to create an Code128 Barcodes with Pyton/Django which have to be embeded in HTML document. I don't want to make any temporary (or cache) files on the disk. That's why I want to embed them as ...
0
votes
1answer
83 views

How to save multiple generated files from canvas

I created a script to generate images by drawing them and outputting them using dataURL just like below: var dataURL = d.toDataURL(); var createElement = document.createElement('img'); ...
1
vote
1answer
1k views

Streaming PDF into iframe using dataurl - works only in Chrome

The following works in Chrome, but the iframe content is blank in Firefox 15 and IE 9. <html> <head></head> <body> <p>this n that</p> <iframe ...
1
vote
2answers
206 views

EXIF removed when image is converted to DataURL for local storage?

Is EXIF metadata removed/deleted when an image is converted to DataURL form so it can be stored in a browsers local storage? Specifically Chrome if it makes a difference.
0
votes
0answers
217 views

jqgrid - initial filter value not properly set when using searchoptions with dataUrl

I think this is a bug in jqGrid (I'm using version 4.4.0). In my colModel, this works fine: stype:'select', searchoptions: {sopt: ['eq','ne'], value:"Red:Red;Green:Green;Blue:Blue"} but this does ...
0
votes
1answer
44 views

Novice level - do DataURLs automaticaly save to a specific location?

I am a complete novice, doing some work on a HTML5 drag and drop game. I am looking at coding tutorials which will save an image of the game when the user presses a button. The canvas image is saved ...
0
votes
1answer
83 views

Is it possible to get the DataURI Scheme of a file in Java?

I have the need to retrieve the dataURI scheme of a file in Java, is it possible for me to retrieve this in the following format? data:application/octet-stream;base64,iVBORw0KGgoAAAANSUhEUgAAAAUA== ...
0
votes
1answer
607 views

how to manually set the data-url on a Jquery Mobile page which has an id attribute specified?

I'm a little lost... I need my Jquery Mobile page to have an id, but set the data-url to file path. By default JQM takes the filepath as data-url, but if an id is supplied, the data-url will be ...
0
votes
1answer
964 views

dataUrl in edit option does not work in JqGrid when using to refresh the select box

I am new to jqGrid. I am trying to use dataUrl in editoptions to make the select box option values refreshed for every row edit(before showing the edit form). But the i dont see refresh happening ...
0
votes
1answer
345 views

Saving a data:url of a PNG image locally using Google App Engine

I am using Google App Engine (python) and have a data: url of a PNG image available on the server. The PNG image was never in a file, as it was generated from some canvas code using toDataUrl() and ...
1
vote
1answer
2k views

HTMLCanvasElement has no method 'toDataUrl'

I am trying to fetch the dataUrl from the canvas to use is as css background-image on various elements. But i always get following error Uncaught TypeError: Object #<HTMLCanvasElement> has no ...
6
votes
2answers
3k views

Canvas toDataUrl increases file size of image

When using toDataUrl() to set the source of an image tag I am finding that the image when saved is a great deal larger than the original image. In the example below I am not specifying a second ...
0
votes
1answer
680 views

Returning file size of canvas toDataUrl() using atob()

I am trying to load an image into a canvas from a URL and then get the dataUrl and use this to find out the size of an image. The result is that the image is shown to be a lot larger than it should ...
1
vote
1answer
110 views

certain default tablet browsers can't pull dataURL?

I'm running code that looks for an event trigger based off of drawing on the html5 canvas. Once you stop drawing it sends the dataURL to a input field. From there I save the dataURL to a database. ...
0
votes
3answers
333 views

pass a dataURL through AJAX

I'm attempting to save a dataURL made from an HTML5 canvas to my mysql db. I have ajax setup to pull the var I've made called "dataURL" and I'm setting dataURL to the canvas's img using this code: ...
0
votes
2answers
197 views

Saving javascript to a mysql database + duplicating a dataURL

I have two questions that both work together so I'm putting it in as one. I'm attempting to duplicate what a user has drawn on one HTML5 canvas to another. To do this I'm grabbing the dataURL using ...
0
votes
1answer
190 views

How do I save a DataUrl Image to disk in .net?

I have an image in a DataUrl and I need to save it to disk. Do I just use the normal "save from the web url" style or is there an easier way to do this without involving the HttpWebRequest stuff?
1
vote
1answer
440 views

Creating an HTML5 WYSIWYG: should I save the image dataURL in database?

I'm currently writing an HTML5 WYSIWYG using Google Closure Library and I'm providing users to just drag and drop the image file to contenteditable field with text to add an image. So I have two ways ...
0
votes
2answers
593 views

How to get a rotated linear gradient svg for use as a background image?

I've seen a few questions dancing around this, so I hope this isn't too redundant. Ideally, I'd like an image/svg+xml which scales to 100% of it's container. Colorzilla gets me a great start with a ...
2
votes
1answer
5k views

“data-url” jQuery Mobile confusing

Can Anyone put more some light on "data-url" attributes in jQuery Mobile currently I read the documentation I found it too confusing does any has a working demo or something. Please avoid Copy ...
4
votes
2answers
2k views

Downloading file from DataURL in JavaScript

From this string we get from DataURL, what's the best way to download this as a file? So far what I got was using a basic window.open("myDataURL");, but I'm not able to change the file name in this ...
0
votes
0answers
210 views

HTML5 canvas don't work when export a HTML as a image

The main code below is from Compile/Save/Export HTML as a PNG Image using Jquery I hope to export the selected range of the webpage to image, but the code below can't run under FireFox 9.0 and Chrome ...
0
votes
1answer
185 views

Image display not working.How do I display an image submitted by a form, that works with all Browsers

I want to display an image submitted by my "preview16.php" in the "preview15.php" file. I am using base64 encoding but it is not working in IE 7. I want it in an image tag. And I dont want to store ...
1
vote
2answers
495 views

get img source (from dataURL canvas) to another page

Sorry maybe the title isn't very clear on what I try to get done. Let me explain. I have a html page on which I have a button, as soon as I click the button, a php page should be run (in background). ...
1
vote
2answers
1k views

Renaming an image created from an HTML5 canvas

I have made a simple canvas and save it as an image. I have done this with the help of this code: var canvas = document.getElementById("mycanvas"); var img = canvas.toDataURL("image/png"); and ...
4
votes
2answers
2k views

Data URI scheme and Internet Explorer 9 Errors

I'm having a problem using the RFC 2397 data url scheme with IE versions 6-9. My sample code below works without problem when using current versions of Safari, FF, Opera and Chrome. ...
1
vote
2answers
660 views

Embedded Base64 Image Won't Display in Dolphin or Android Stock Browser

I have been googling this problem all afternoon and can't seem to find any search anywhere where the words Dolphin and Base64 Image or Data URL appear together. But when I find articles about just ...
1
vote
1answer
238 views

URL is changing unexpectedly in JQuery mobile

I have a page like this: <%@ Page Title="" Language="C#" MasterPageFile="~/TekContent.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <asp:Content ...
2
votes
3answers
3k views

html5 canvas toDataURL returns blank image

Beginning with a blank canvas: <canvas id='myCanvas' width='800' height='600'></canvas> Then initializing that canvas: function init_canvas(){ var canvas = ...
3
votes
1answer
2k views

Javascript previews with new FileReader API and DataURLs seem inefficient

I am using the new FileReader API to preview images before upload. This is done using DataURLs. But DataURLs can be massive if the images are large. This is especially a problem for me as the user ...
1
vote
2answers
2k views

Force download of 'data:text/plain' URL

I was wondering whether it is possible to force a browser (at least Chrome) to download a data:text/plain URL. Chrome does download binary URLs (e.g. data:application/zip;base64,...), but it does not ...
0
votes
1answer
625 views

force Download of text file without server

if a user clicks on a button, the content of a textarea should be offered for download. What i have so far: var lang = $('#language option:selected').val(); var iframe = $('<iframe>', {src: ...
5
votes
2answers
1k views

Will my browser cache favicons from data URL

I would like to use the following base64 favicon and maybe some base64 images. <link ...
0
votes
2answers
191 views

What parameters are possible in a data uri's mediatype?

The "data" URL scheme suggests a data uri can include optional parameters in the mediatype: dataurl := "data:" [ mediatype ] [ ";base64" ] "," data mediatype := [ type "/" subtype ] *( ";" ...
1
vote
4answers
570 views

Images in one file under IE6 WITHOUT php

I need to create a page with all images and CSS in it, so it would be only one file. I know that there is something like MHT (IE web archive), BUT there is problem. It works only in IE and Opera, ...

1 2