Update Milestone 6 authored by Kun Niu (kun869)'s avatar Kun Niu (kun869)
......@@ -22,32 +22,8 @@ User Story: As a clothes maker, I need the website to give some display boards o
![users_table](uploads/5af3350149af800a53fafc575121b113/users_table.png)![profileimg_table](uploads/9d75ad20328c1e5ad8c87e68aa387260/profileimg_table.png)![products_tables](uploads/4b45fbfd0af833396a3ef87c424b91d6/products_tables.png)![accountinfo](uploads/7e70acbb1c2536fc112bee54c9c1d785/accountinfo.jpg)
** Code **
![Screenshot__59_](uploads/bb016b01d7d1047f10006cdf0395e3a9/Screenshot__59_.png)
![Screenshot__58_](uploads/6fb0e2b8e9fbd6b77ba1349662ecca59/Screenshot__58_.png)
[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