You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
498 B
18 lines
498 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
</head>
|
|
<body>
|
|
<h1>上传要迁移的风格图片</h1>
|
|
<div class="form-group">
|
|
<label for="load">图片</label>
|
|
<form action="/f17/" method="post" enctype="multipart/form-data">
|
|
<p>
|
|
<input id="image-uploadify" name="load" type="file" accept=".xlsx,.xls,image/*,.doc,audio/*,.docx,video/*,.ppt,.pptx,.txt,.pdf" multiple>
|
|
</p>
|
|
<button>提交</button>
|
|
</form>
|
|
</body>
|
|
</html> |