I want to make it so my user can Shift-click (or Apple-Click - I LOVE MACS) and select multiple files to upload for an upload form. I don't want them to choose the number of upload boxes and then find/select each file individually... Can anyone help?
maybe this will help you: http://15daysofjquery.com/multiple-file-upload-magic-with-unobtrusive-javascript/17/ but I think there will be a problem with the browsers, so in Firefox I can only select 1 file for a fileupload field
You might be able to swing it in Flash or Silverlight, but you're out of luck as far as HTML <input> elements and javascript go.