Trying to upload multiple files easily on the web is not a very intuitive thing. I am not sure why you can only select one file at a time though a <input id="fileToUplad" type="file" /> tag even though you can add multiple files to a request. Hopeful...