Allowing a user to upload a single file is very easy using the <input type="file"/>
tag.
How can I let a user select an entire folder so that it's contents can be uploaded. I imagine that using a Java applet would work, but I am hoping there is a simpler solution.