add upload
This commit is contained in:
parent
c8a454dcfa
commit
3f2e6c348a
3 changed files with 24 additions and 7 deletions
|
|
@ -1,11 +1,25 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title></title>
|
||||
<link rel="stylesheet" type="text/css" href="/static/css/videopdf.css"/>
|
||||
<head>
|
||||
<title>generic one click host</title>
|
||||
<script src="/static/js/jquery.js" type="text/javascript"></script>
|
||||
<script src="/static/js/chunkupload.js" type="text/javascript"></script>
|
||||
<script src="/static/js/upload.js?1" type="text/javascript"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>videopdf</h1>
|
||||
{% if anonymous %}
|
||||
<div>
|
||||
you need an account
|
||||
</div>
|
||||
{% else %}
|
||||
<div>
|
||||
<div id='status'></div>
|
||||
<form id="addFile">
|
||||
<input id="file" name="file" type="file" value="Select File.." />
|
||||
<input id="upload" type="button" value="Upload" style="display: none" />
|
||||
</form>
|
||||
</div>
|
||||
{% endif %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue