Debut Upload
This commit is contained in:
parent
39865ef592
commit
4bac080418
2 changed files with 23 additions and 4 deletions
2
client/partials/image/edit.html
Normal file → Executable file
2
client/partials/image/edit.html
Normal file → Executable 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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue