radare2/shlr/www/upload.html

9 lines
184 B
HTML
Raw Normal View History

<html>
<body>
<form action="/up/test.bin" enctype="multipart/form-data" method="post">
<input type="file" name="file" />
<input type="submit" value="Upload" />
</form>
</body>
</html>