A simple javascript file to upload multiple files showing only one input element
Have an input with id="multifile_input" and type="file". A name finishing in "[]" is needed in php to have the files in $_FILES.
Also, have an ul with id="multifile_list", this is where the list of files will be.