点击添加文档后,<input type="file">
会显示在上一次上传的右侧。我希望输入type =“file”出现在上一次上传的下方。
干杯
<div id="test-doc-template" style="display:none">
<input type="file" name="test_doc[]"/>
</div>
<div class="align-center padding-small-top">
<p class="big-button" id="add_test_doc">Add Document</p>
</div>