-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc.php
50 lines (32 loc) · 1.24 KB
/
doc.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<html>
<head>
<meta charset="utf-8"/>
<!-- Google web fonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700" rel='stylesheet' />
<!-- The main CSS file -->
<link href="pp/assets/css/style.css" rel="stylesheet" />
</head>
<body>
<form id="upload" method="post" action="upload.php" enctype="multipart/form-data">
<div id="drop">
Drop Here
<a>Browse</a>
<input type="file" name="upl" multiple />
</div>
<ul>
<!-- The file uploads will be shown here -->
</ul>
</form>
<!-- JavaScript Includes -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="pp/assets/js/jquery.knob.js"></script>
<!-- jQuery File Upload Dependencies -->
<script src="pp/assets/js/jquery.ui.widget.js"></script>
<script src="pp/assets/js/jquery.iframe-transport.js"></script>
<script src="pp/assets/js/jquery.fileupload.js"></script>
<!-- Our main JS file -->
<script src="pp/assets/js/script.js"></script>
<!-- Only used for the demos. Please ignore and remove. -->
<script src="http://cdn.tutorialzine.com/misc/enhance/v1.js" async></script>
</body>
</html>