diff options
Diffstat (limited to 'client/partials/image/edit.html')
| -rw-r--r-- | client/partials/image/edit.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/partials/image/edit.html b/client/partials/image/edit.html index 4420f52..2b58065 100644 --- a/client/partials/image/edit.html +++ b/client/partials/image/edit.html @@ -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>--> |
