5 lines
186 B
HTML
Raw Normal View History

2024-08-26 18:37:38 +05:30
<form action='http://localhost:5000/test' method="POST" enctype="multipart/form-data">
<input type='file' name='file[]' multiple=''>
<input type='submit' value='upload'>
</form>