-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsimple.html
More file actions
25 lines (16 loc) · 1007 Bytes
/
simple.html
File metadata and controls
25 lines (16 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<meta charset=utf-8"utf-8">
<title>Dropzone simple example</title>
<!--
DO NOT SIMPLY COPY THOSE LINES. Download the JS and CSS files from the
latest release (https://github.com/enyo/dropzone/releases/latest), and
host them yourself!
-->
<script src="dropzone-1.js" tppabs="https://rawgit.com/enyo/dropzone/master/dist/dropzone.js"></script>
<link rel="stylesheet" href="dropzone.css" tppabs="https://rawgit.com/enyo/dropzone/master/dist/dropzone.css">
<p>
This is the most minimal example of Dropzone. The upload in this example
doesn't work, because there is no actual server to handle the file upload.
</p>
<!-- Change /upload-target to your upload address -->
<form action="javascript:if(confirm('http://www.dropzonejs.com/upload-target \n\n该文件无法用 Teleport Ultra 下载, 因为 服务器报告该文件未找到。 \n\n你想在服务器上打开它?'))window.location='http://www.dropzonejs.com/upload-target'" tppabs="http://www.dropzonejs.com/upload-target" class="dropzone"></form>