diff options
| author | Eole <EoleDev@outlook.fr> | 2016-05-10 00:03:41 +0200 |
|---|---|---|
| committer | Eole <EoleDev@outlook.fr> | 2016-05-10 00:03:41 +0200 |
| commit | 28cfcece08b3b3c940c69aac936f9d26f7d0d24e (patch) | |
| tree | 554a0d8243356ae1b3baf62e1525419e44fcfd7c /client/partials | |
| parent | f3cbeeb408f6c624accdcf7187caf65600805052 (diff) | |
Fin Upload File
Diffstat (limited to 'client/partials')
| -rwxr-xr-x | client/partials/image/edit.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/partials/image/edit.html b/client/partials/image/edit.html index 667e029..708ce64 100755 --- a/client/partials/image/edit.html +++ b/client/partials/image/edit.html @@ -34,12 +34,11 @@ </fieldset> </form> - <div ng-if='image.status == "queued"'> <input id="fileupload" type="file" name="files" size="0" data-url="../server/index.php"> <div id="progress"> + <div style="width: 100%; float: left"><p id="progress_text" style="text-align: center; width: 100%">0 %</p></div> <div class="bar" style="width: 0%;"></div> </div> - </div> <!-- <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()}}" /> |
