Add image creation and suppression

This commit is contained in:
Loic GUEGAN 2016-05-06 14:24:15 +02:00
parent 664cddd4fa
commit 2856a776db
9 changed files with 107 additions and 47 deletions

View file

@ -34,6 +34,19 @@
</fieldset>
</form>
<form action="../server/index.php" method="post">
<input type="hidden" name="task" value="image" />
<input type="hidden" name="token" value="{{ token}}" />
<input type="hidden" name="action" value="uploadImage" />
<input type="hidden" name="id" value="60ed9403-419e-4ea8-933f-dd1750d97360" />
<input type="hidden" name="file_name" value="bob.iso" />
<fieldset class="form-group">
<label class="control-label col-sm-2">Upload</label>
<input name="file" type="file" />
<input type="submit" value="Upload" />
</fieldset>
</form>
<div class="modal-footer">
<!--<a href="#" data-dismiss="modal" class="btn btn-default">Close</a>-->