Over the last couple of days I've been looking for a way to upload the contents of a directory to a server via a web client. Pretty much all the file upload solutions I've seen restrict the user to selecting one file a time via a browse button.
What's the { best | easiest | most popular } way to do this?
I'm using ASP.NET MVC on the server side, and jQuery on the client side. I wouldn't dismiss a flash/silverlight solution although I'd prefer not to go down that road if it wasn't necessary.