Archive Extract Module is an ASP.NET online decompression module. It allows users to browse the contents of the compressed package and download the files inside without downloading. It supports all popular compressed file formats, including 7z, arj, bz2, cab(ms) ), chm, cpio, deb, gz, iso, lzh, nsis, rar, jar, rpm, tar, wim, z, zip formats, Archive Extract Module implements algorithms for various compression formats, without external software support, and runs stably It is fast, simple and convenient to use, and flexible in expansion, suitable for the function expansion of any ASP.NET website.
Why do you need Archive Extract Module?
After downloading a compressed package, many people find that what they downloaded is not what they need, and they have to look for it again. This not only wastes the user's precious time, but also brings unnecessary network overhead to the website. If the user is downloading a file Being able to know what content is in the file to be downloaded before will not leave the circle. At the same time, it also improves humanization. In today's society where time is money and time is life, it is extremely important to avoid unnecessary waste of users' time.
What can the Archive Extract Module bring to the website?
Archive Extract Module transforms the process of users downloading files into browsing the contents of the compressed package, which greatly increases the adhesion of the website, increases the PV volume of the website, and reduces the cost of network browsing. For a website, network bandwidth is the most precious Resources, 1MBPS less consumption may be able to provide hundreds of more people with load, which can be said to kill multiple birds with one stone.
What kind of website needs Archive Extract Module?
Archive Extract Module is suitable for resource download sites, software company websites, and other websites that provide download services.
What kind of websites can use Archive Extract Module?
The excuse of Archive Extract Module is developed in C#, and the algorithm is developed in C++, which is faster and more efficient. Based on .NET 2.0, any site that supports ASP.NET 2.0 can use Archive Extract Module.
Functions and features
1. Simple: Just register in HttpModules of web.config and it will automatically run according to the default configuration.
2. Flexible: The operating parameters of the Archive Extract Module can be set through the configSections section of web.config, the file suffix of the Extract to be executed can be specified, and the default decompression password can be set, which is especially convenient for download websites with unified decompression passwords.
3. Extensible: File browsing with hidden download paths can be implemented through the IArchivePathHandler interface.
4. Efficient: Archive Extract Module works by implementing various compression algorithms. For single-compression formats (such as 7z, rar, zip, ace, jar, cab, tar, etc., resource website generalists usually use such formats) All operations do not generate temporary files, and the list is directly output to Response when browsing, which does not occupy memory and has lightning speed.
5. Powerful: supports almost all compression formats, including 7z, arj, bz2, cab(ms), chm, cpio, deb, gz, iso, lzh, nsis, rar, jar, rpm, tar, wim, z, zip In the bag.
6. Friendly: The interface adopts a window similar to winrar, which allows you to browse directories at all levels easily. You can directly open files in the compressed package as if operating on the local machine. The icons of hundreds of known file formats are displayed, which is simple and elegant. Simple.
7. Compatible: Supports all browsers, including Netscape, IE, Mozilla, Firefox, Opera, Safari, Chrome, TT, Maxthon, and MyIE.
Expand