Css Progress, File Name..
This commit is contained in:
parent
1015146912
commit
f3cbeeb408
3 changed files with 12 additions and 2 deletions
|
@ -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()}}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue