Zipping With Asp
I want to build a site for downloading files. The filenames all begin with numeric digits followed by text characters including commas, apostrophes, etc. It's important that the text remains on the end user's level. So, I want to zip and rename each zip to the original first 5 digits. Does anyone know of any ASP component or process that will do that?
View Replies
Is there a native 'zipping' or compression compoonent in windows accessable
via ASP? Or do you have to buy a compoonent?
View Replies
View Related
I have an application that zips files in a com+ object called from asp.It was using a free java class called ZipFunctions.class (just google the file name and links to download this will appear). This worked great until i had to shift to windows 2003. It requires MS virtual java machine to work. So I went in search of another that would be easy to incorporate as i had the java class. I found this one http://www.xstandard.com/page.asp?p...B1-C733C983873B. It requires a little more work to do multiple files. But it works well, doesn't require MSVJM and it's free.
View Replies
View Related
Is there any way of using ASP to zip up a set of files on the remote server and either store the resulting zip on the server and/or present it to the user for download? The thing that is going to cause problems - I can't install components on the web server so need a solution that is pure code.
View Replies
View Related