| In many large scale or user-based ASP projects, a large number of files need to be made available for download. It is inconvenient for users to have to download files one at a time as this would take a lot of their time and care to do so. A solution? Zip the files. Normally this needs to be done manually - but what if it is not possible to do this? What if the server is going to be inaccessable, or what if the number of files is going to greatly increase every day, or the users can select a dynamic number of files to download? Ladies and Gentlemen, I bring you the ZipFunctions component!
|