html - Have upload button underneath of previous document uploads -
when clicking add document , <input type="file">
appears right of previous upload. have input type="file" appear underneath previous upload.
cheers
<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>
Comments
Post a Comment