mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-23 17:17:37 +00:00
The upload interfaces allow user to choose an image type
This commit is contained in:
@ -2,7 +2,12 @@
|
||||
{% block body %}
|
||||
<h1>Select & Upload an image for GNS3</h1>
|
||||
<form enctype="multipart/form-data" action="/upload" method="post">
|
||||
File: <input type="file" name="file" />
|
||||
File: <input type="file" name="file" /><br>
|
||||
Image type: <select name="type" />
|
||||
<option value="IOU">IOU</option>
|
||||
<option value="IOS">IOS</option>
|
||||
<option value="QEMU">Qemu</option>
|
||||
</select>
|
||||
<br />
|
||||
<br />
|
||||
<input type="submit" value="Upload" />
|
||||
|
Reference in New Issue
Block a user