Hi I have created a form where it consists of a checklist from which the user select which files they would like to download. When the form is submitted, i would like the files that have been checked to be zipped up and then made available for the user to download/save to their machine. Does anyone have any ideas how to execute this? The server i am working on is IIS6 on Server 2003 R2. I have looked at this component but have add no joy with it, the page executes but nothing happens. Are there any other alternative components that anyone has had experience with? http://www.xstandard.com/en/documentation/xzip/#installation
see http://weblogs.asp.net/jgalloway/ar...out-an-external-library-like-sharpziplib.aspx How many files do you have? it may be better off to actually precreate all the possible combinations and upload them rather than zipping files on the fly.