is it possible to make use of the kind of open file dialog that allows selection of multiple local files for uploading an arbitrary # of files via a form?
or do i have no choice to use multiple input type="file" tags for a set number of files?
thanks..