dennismonsewicz Posted October 16, 2008 Share Posted October 16, 2008 How would I go about or could someone suggest a good tutorial on how to append an upload input to the page everytime a user wanted to upload more than one file? Quote Link to comment Share on other sites More sharing options...
emehrkay Posted October 16, 2008 Share Posted October 16, 2008 document.createElement is the function that you are looking for http://developer.mozilla.org/en/DOM/document.createElement you'll be looking to append it to a node in the dom, so you'll find the node somehow (document.getElementById()) and append the element Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.