Changes
Page history
Update Milestone 6
authored
Feb 23, 2020
by
Kun Niu (kun869)
Show whitespace changes
Inline
Side-by-side
Milestone-6.md
View page @
ee1c26a6
...
...
@@ -22,32 +22,8 @@ User Story: As a clothes maker, I need the website to give some display boards o

**
Code
**


[
Transfast.zip
](
uploads/3bbd1079df5d6c9b991f889f566b533b/Transfast.zip
)
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
upload item
</title>
</head>
<body>
<form
action=
"upload.php"
method=
"post"
enctype=
"multipart/form-data"
>
Select image to upload:
<br>
<input
type=
"file"
name=
"fileToUpload"
id=
"fileToUpload"
>
<br>
<label>
Product Name
</label><br><input
type=
"text"
>
<br>
<label
for=
""
>
Price
</label><br><input
type=
"text"
>
<br>
<label
for=
""
>
Description
</label><br><input
type=
"text"
>
<br>
<input
type=
"submit"
value=
"submit"
name=
"submit"
>
</form>
</body>
</html>
\ No newline at end of file