mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-07 19:28:08 +02:00
Flask directory upload POC, embed datasheet.info in html comment for parser reuse
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user