Hits Today: 1 Total: 8557 | Updated: 7/9/2000 | |
 | This article describes how to use the ZipFunctions java component for ASP (provided with the article) to compress multiple files into the .zip format, or one file into a .gz file with all processing being done on the server.
Author: James Felton Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 3719 | Updated: 10/4/2001 | |
 | Has anyone ever wanted to compact the mdb file on the server? At least i did. So use this tiny application to compact your mdb databases.Just upload it to your database's folder and run it . Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 2530 | Updated: 5/11/2003 | |
 | Display a list of files within a zip files archive along with the compressed/uncompressed size, ratio, path, etc. Always wanted to do this, but usually found code refering to winzip or some api calls. Author: Lewis Moten Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 1992 | Updated: 8/22/2003 | |
 | Learn how to successfully compress your HTML output and save money on your monthly bandwidth. As IT professionals try to reduce the cost of operating their Web sites, they should consider reducing the amount of bandwidth usage.
Author: Wayne Berry Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 457 | Updated: 5/7/2007 | |
 | Script To Backup Your Site in Case You Need to Restore it. Site archiving and backup script. Zip files of your site that are named by the date and time at which they are created. EZ 2 back up sites. Your host support install required free com 4 you.
Author: Lil Peck Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 377 | Updated: 5/8/2007 | |
 | Archive files into zip for backup for site restore or sending. Iterates through files of folder and selects by file extension to pack into zip file. Needs free zip component from http://www.xstandard.com. Ask host support to install it for you. Author: Lil Peck Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 82 | Updated: 10/30/2007 | |
 | Zips every file in a given directory. Capable of recursing through and zipping all files from a given start directory or only one specified directory. DirZip has five properties and one method.
Author: Bill Gearhart Code: ASP 3.0 & VBScript | |  | |
Hits Today: 2 Total: 4797 | Updated: 12/1/2003 | |
 | This snippet gives you the code to zip a file. This Code works if and only if you are having registered Winzip and WinZip Command line program installed in your c
:\program files\winzip folder. Code: ASP 3.0 & VBScript |
|