Kfoods / templates /upload.html
cooler8's picture
inferences codes
d658572 verified
Raw
History Blame Contribute Delete
265 Bytes
<html>
<body>
<h1>upload food images one by one </h1>
<form action = "uploader" method = "POST"
enctype = "multipart/form-data">
<input type = "file" name = "file" />
<input type = "submit"/>
</form>
</body>
</html>