javascript - Upload File with one button -


How do I create a button in the html necessary to send that file which allows you to choose the file and Then send it to the page that I want to use to use a button to send a file and a button to another page? Thanks!

  & lt; Forms & gt; & Lt; Input type = "file" onchange = "this.form.submit ()" /> & Lt; / Form & gt;   


Comments