chartmaker-be/test.html

16 lines
428 B
HTML

add<br>
<form action="http://localhost:5252/add" method="post" enctype="multipart/form-data">
<input type="file" name="icon" />
<input type="text" name="name"/>
<input type="text" name="x"/>
<input type="text" name="y"/>
<input type="text" name="id"/>
<input type="submit" value="Submit">
</form>
create<br>
<form action="http://localhost:5252/create" method="post">
<input type="submit" value="Submit">
</form>