How to select multiple files for upload :
In HTML5 you can set the multiple attribute on . This works in browsers supporting HTML5.
In HTML4 your best bet is Flash or Java Applet. There are 3rd party libs available like Uploadify, SWFupload, JUpload and JumpLoader.