This commit is contained in:
jackyu
2017-09-25 11:23:13 +08:00
parent e4e9edd51a
commit 088171eaae
2875 changed files with 14384 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
<html>
<body>
<h1>车牌识别</h1>
<form action = "uploader" method = "POST"
enctype = "multipart/form-data">
<input type = "file" name = "file" />
<input type = "submit"/>
</form>
</body>
</html>