With ASP it is not possible to upload multiple files or folders to a
web server. The cause is that HTML has just one input field for file
upload. A solution is a component that runs in a browser. MyUploader is such
a component.
What MyUploader does is uploading files and folders to
an ASP script. This scripts accepts the uploaded files and stores them on
the server. Because MyUploader uses ASP you can easily integrate the file
uploader in your web site. The trial version contains a sample application
in ASP. MyUploader will also work with .NET and is platform independent.