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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -