Created
December 2, 2014 12:36
-
-
Save bradleyg/65852e7d69adacb43574 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>s3direct</title> | |
<link href="/static/s3direct/css/bootstrap-progress.min.css" type="text/css" media="all" rel="stylesheet" /> | |
<link href="/static/s3direct/css/styles.css" type="text/css" media="all" rel="stylesheet" /> | |
<script type="text/javascript" src="/static/s3direct/js/scripts.js"></script> | |
</head> | |
<body> | |
<form action="" method="post"> | |
<input type='hidden' name='csrfmiddlewaretoken' value='cHzve3Nlz4wXDVi0E8vQQCCXz08cYVud' /> | |
<p><label for="id_images">Images:</label> | |
<div class="s3direct" data-policy-url="/s3direct/get_upload_params/"> | |
<a class="file-link" target="_blank" href=""></a> | |
<a class="file-remove" href="#remove">Remove</a> | |
<!-- This field is updated with the S3 URL--> | |
<input class="file-url" type="hidden" value="" id="id_images" name="images" /> | |
<input class="file-dest" type="hidden" value="imgs"> | |
<input class="file-input" type="file" /> | |
<div class="progress progress-striped active"> | |
<div class="bar"></div> | |
</div> | |
</div> | |
</p> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment