uploader.html revision a9a4fee30864f00049b02201b1af50ada7f769e3
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Uploader Manual Tests</title>
<script type="text/javascript" src="/build/yui/yui.js"></script>
<style>
.yui3-skin-sam .redtext {
color:#ff0000;
}
div {
margin-top:15px;
}
</style>
</head>
<body class="yui3-skin-sam">
<div id="pageTitle" tabindex="0">HTML5 Uploader Tests</div>
<div id="droparea" style="width:500px;height:150px;background:#cccccc;">
Drop some files here!
</div>
<div id="fileselection" style="position:relative;width:200px;height:30px;">
</div>
<div id="fileupload">
<button type="button" id="uploadButton" class="yui3-button" style="width:200px;height:30px;" tabindex="0">Upload Files</button>
</div>
<div id="totalpercent"></div>
<div id="uploadinfo">
</div>
</div>
<script type="text/javascript" src="uploader.js"></script>
</body>
</html>