Debut Upload

This commit is contained in:
Eole 2016-05-08 20:52:31 +02:00
parent 39865ef592
commit 4bac080418
2 changed files with 23 additions and 4 deletions

2
client/partials/image/edit.html Normal file → Executable file
View file

@ -34,7 +34,7 @@
</fieldset>
</form>
<form action="../server/index.php" method="post" ng-if='image.status == "queued"'>
<form action="../server/index.php" enctype="multipart/form-data" method="post" ng-if='image.status == "queued"'>
<input type="hidden" name="task" value="image" />
<input type="hidden" name="token" value="{{ getToken()}}" />
<input type="hidden" name="action" value="uploadImage" />