Selecting directories using File Upload component

I am writing a web application which needs to allow users to select directories (rather than files) for processing.

The standard File Upload component seems to block the selection of direcories - is there some way of overriding this or is there another component that can be used instead ?

[302 byte] By [chrisjmiller] at [2007-11-26 10:11:44]
# 1
File Upload component is based on http://jakarta.apache.org/commons/fileupload/ which itself is based on http://www.ietf.org/rfc/rfc1867.txt. In my knowledge this protocol supports multiple files but not whole directory. -Winston http://blogs.sun.com/winston
wjprakash at 2007-7-7 1:58:49 > top of Java-index,Development Tools,Java Tools...