mirror of https://github.com/VLSIDA/OpenRAM.git
12 lines
255 B
HTML
12 lines
255 B
HTML
|
|
<html>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<form action = "http://localhost:5000/uploader" method = "POST"
|
||
|
|
enctype = "multipart/form-data">
|
||
|
|
<input type = "file" name = "file" />
|
||
|
|
<input type = "submit"/>
|
||
|
|
</form>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|