Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ry-exchange
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王金锋
ry-exchange
Commits
9dce4150
Commit
9dce4150
authored
Mar 21, 2018
by
wangjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
9a0bce86
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
18 deletions
+19
-18
mutifileupload.html
src/main/resources/templates/mutifileupload.html
+19
-18
No files found.
src/main/resources/templates/mutifileupload.html
View file @
9dce4150
<!DOCTYPE html>
<html>
<head>
<title>
批量文件上传示例
</title>
<title>
批量文件上传示例
</title>
</head>
<body>
<h2>
批量文件上传示例
</h2>
<hr/>
<form
method=
"POST"
enctype=
"multipart/form-data"
action=
"/upload/batch"
>
<p>
文件1:
<input
type=
"file"
name=
"file"
/>
</p>
<p>
文件2:
<input
type=
"file"
name=
"file"
/>
</p>
<p>
文件3:
<input
type=
"file"
name=
"file"
/>
</p>
<p>
<input
type=
"submit"
value=
"上传"
/>
</p>
</form>
<h2>
批量文件上传示例
</h2>
<hr/>
<form
method=
"POST"
enctype=
"multipart/form-data"
action=
"/upload/batch"
>
<p>
文件1:
<input
type=
"file"
name=
"file"
/>
</p>
<p>
文件2:
<input
type=
"file"
name=
"file"
/>
</p>
<p>
文件3:
<input
type=
"file"
name=
"file"
/>
</p>
<p>
<input
type=
"submit"
value=
"上传"
/>
</p>
</form>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment