2016-03-04 17:48:59 +01:00
|
|
|
<!--
|
|
|
|
|
~ The MIT License (MIT)
|
|
|
|
|
~
|
|
|
|
|
~ Copyright (c) 2015 Ziver Koc
|
|
|
|
|
~
|
|
|
|
|
~ Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
|
|
~ of this software and associated documentation files (the "Software"), to deal
|
|
|
|
|
~ in the Software without restriction, including without limitation the rights
|
|
|
|
|
~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
|
|
~ copies of the Software, and to permit persons to whom the Software is
|
|
|
|
|
~ furnished to do so, subject to the following conditions:
|
|
|
|
|
~
|
|
|
|
|
~ The above copyright notice and this permission notice shall be included in
|
|
|
|
|
~ all copies or substantial portions of the Software.
|
|
|
|
|
~
|
|
|
|
|
~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
|
~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
|
~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
|
|
~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
|
~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
|
|
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
|
|
~ THE SOFTWARE.
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2018-05-26 23:01:03 +02:00
|
|
|
<script type='text/javascript' src='js/jquery-1.4.2.min.js'></script>
|
|
|
|
|
<script type='text/javascript' src='upload?js'></script>
|
|
|
|
|
<style type='text/css'>
|
|
|
|
|
.progressbar{
|
|
|
|
|
background: transparent url(img/bar-grey.gif) repeat-x scroll 0%;
|
|
|
|
|
border: 1px solid black;
|
|
|
|
|
color: white;
|
|
|
|
|
height: 16px;
|
|
|
|
|
margin: 0pt;
|
|
|
|
|
padding: 0pt;
|
|
|
|
|
position: relative;
|
|
|
|
|
text-align: center;
|
|
|
|
|
width; 150px;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
}
|
|
|
|
|
.progressbar b{
|
|
|
|
|
background: transparent url(img/bar-revered.gif) repeat-x scroll 0%;
|
|
|
|
|
float: left;
|
|
|
|
|
height: 16px;
|
|
|
|
|
margin: 0pt;
|
|
|
|
|
padding: 0pt;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul{
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
2016-03-04 17:48:59 +01:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2018-05-26 23:01:03 +02:00
|
|
|
<form id="AjaxFileUpload">
|
|
|
|
|
<input type="file" name="file" multiple/>
|
|
|
|
|
<input type="submit" />
|
|
|
|
|
</form>
|
|
|
|
|
<ul id="UploadQueue">
|
|
|
|
|
<li id="1367232194">
|
|
|
|
|
<div class="progressbar">
|
|
|
|
|
<b id="progress" style="width: 70%; display: block; ">
|
|
|
|
|
<span id="filename">Test</span>
|
|
|
|
|
</b>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
2016-03-04 17:48:59 +01:00
|
|
|
</body>
|
2010-08-18 17:35:25 +00:00
|
|
|
</html>
|