Fin Upload File
This commit is contained in:
parent
f3cbeeb408
commit
28cfcece08
2 changed files with 39 additions and 24 deletions
|
@ -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()}}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue