smj10j / download-data-uri

Automatically exported from code.google.com/p/download-data-uri

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

download-data-uri

Automatically exported from https://code.google.com/p/download-data-uri

Supporting files hosted at http://download-data-uri.appspot.com/

Much more information available on the Github Pages site

http://smj10j.github.io/download-data-uri

Basic Usage

<script type="text/javascript" src="http://download-data-uri.appspot.com/js/download-data-uri.js"></script>
<script type="text/javascript">
downloadDataURI({
	filename: "check.png", 
	data: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEUAAAD///+l2Z/dAAAAM0lEQVR4nGP4/5/h/1+G/58ZDrAz3D/McH8yw83NDDeNGe4Ug9C9zwz3gVLMDA/A6P9/AFGGFyjOXZtQAAAAAElFTkSuQmCC"
});
</script>

Run the app server to host your own downloader instead of using the hosted one at http://download-data-uri.appspot.com

Using Google App Engine

dev_appserver.py app.yaml

About

Automatically exported from code.google.com/p/download-data-uri


Languages

Language:JavaScript 66.7%Language:Python 33.3%