UNPKG
cre-nodejs-server
Version:
latest (2.0.0)
2.0.0
1.0.2
1.0.1
1.0.0
0.0.2
0.0.1
0.0.0
node.js server
github.com/christianrevillard/NodeJsServer
cre-nodejs-server
/
examples
/
upload
/
Client
/
uploadImage.html
12 lines
(11 loc)
•
275 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
HTML
PUBLIC
"-//W3C//DTD HTML 5.0//EN"
>
<
html
>
<
head
>
</
head
>
<
body
>
<
form
action
=
"/upload"
method
=
"post"
enctype
=
"multipart/form-data"
>
<
input
type
=
"file"
name
=
"upload"
>
<
input
type
=
"submit"
value
=
"Upload file"
/>
</
form
>
</
body
>
</
html
>