Skip to content

Instantly share code, notes, and snippets.

@brettcvz
Last active December 15, 2015 06:09
Show Gist options
  • Save brettcvz/5214170 to your computer and use it in GitHub Desktop.
Save brettcvz/5214170 to your computer and use it in GitHub Desktop.
Base HTML template for Filepicker.io and Zencoder integration
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"
lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html;
charset=utf-8" />
<title>Zencoder Dropzone</title>
<!-- jQuery Include -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<!-- Filepicker.io Include -->
<script type="text/javascript" src="//api.filepicker.io/v1/filepicker.js"></script>
</head>
<body>
<div id="content">
<h1><a href="#" id="upload_link">Upload all the things!</a></h1>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment