fix form file upload
This commit is contained in:
parent
0c89e4ee8d
commit
e016ca61ea
|
@ -10,7 +10,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<form action="/image" method="post">
|
||||
<form enctype="multipart/form-data" action="/image" method="post">
|
||||
<textarea name="text" cols="30" rows="3"></textarea>
|
||||
<input name="image" type="file">
|
||||
<input type="submit" value="submit">
|
||||
|
|
Loading…
Reference in New Issue
Block a user