Files
Metadata_PHP/metadata/include/swfupload/index.php
2021-09-13 20:31:56 +06:00

19 lines
603 B
PHP

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>SWFUpload</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<h1>SWFUpload</h1>
<div id="uploadButton"></div>
<div id="status"></div>
<div id="images"></div>
<script src="js/jquery-1.4.2.min.js"></script>
<script src="js/swfupload.js"></script>
<script src="js/plugins/swfupload.queue.js"></script>
<script src="js/main.js"></script>
</body>
</html>