Spaces:
Runtime error
Runtime error
File size: 400 Bytes
3e96755 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<html>
<head>
<title>Upload file</title>
</head>
<body>
<form action="http://localhost:5000/api/dimension_checker" method="POST"
enctype="multipart/form-data">
<input type="file" name="file[]" multiple><br><br>
After uploading multiple files, click Submit.<br>
<input type="submit" value="Submit">
</form>
</body>
</html>
|