diff options
| author | Eole <EoleDev@outlook.fr> | 2016-05-09 23:38:13 +0200 |
|---|---|---|
| committer | Eole <EoleDev@outlook.fr> | 2016-05-09 23:38:13 +0200 |
| commit | f3cbeeb408f6c624accdcf7187caf65600805052 (patch) | |
| tree | 7ebe41465939e68a2534c5ea74d699488d003d48 /client/partials/image/edit.html | |
| parent | 101514691290c0dc1d401c1aa34ad2fffcd77c28 (diff) | |
Css Progress, File Name..
Diffstat (limited to 'client/partials/image/edit.html')
| -rwxr-xr-x | client/partials/image/edit.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/partials/image/edit.html b/client/partials/image/edit.html index d5c3621..667e029 100755 --- a/client/partials/image/edit.html +++ b/client/partials/image/edit.html @@ -34,10 +34,12 @@ </fieldset> </form> - <input id="fileupload" type="file" name="files" data-url="../server/index.php"> + <div ng-if='image.status == "queued"'> + <input id="fileupload" type="file" name="files" size="0" data-url="../server/index.php"> <div id="progress"> <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()}}" /> |
