Magento extension File Download Extension by Unicode_Systems

MageCloud partnered with Unicode_Systems to offer File Download Extension in your MageCloud panel for our simple 1-click installation option. To install this extension - create your account with MageCloud and launch a new Magento store. It takes only 3 minutes.

Unicode_Systems always provides support for customers who have installed File Download Extension Magento module. Feel free to leave a review for the company and the extension so we can offer you better products and services in the future.

You may want to check other Unicode_Systems Magento extensions available at MageCloud and even get extensions from hundreds of other Magento developers using our marketplace.

File Downloads extension allows download files using file Content-Disposition property.

Compatible with Magento 1.x

File Download Extension

File Downloads extension allows download files, manuals, media content and other downloads from Product pages, CMS pages and Static blocks using file Content-Disposition property.

NOTE: To download file put files in media/custom/download and use-

<a href="http://www.magentocommerce.com/magento-connect/downloadfile/download/file/name/test.txt" target="_blank">Download Here</a>

It will use the content-disposition setting you provided from admin. However to override admin setting use:

<a href="http://www.magentocommerce.com/magento-connect/nbsp;direct_url/downloadfile/download/file/disp/inline/name/test.txt/" target="_blank">View Here</a>

<a href="http://www.magentocommerce.com/magento-connect/nbsp;direct_url/downloadfile/download/file/disp/attachment/name/test.txt/" target="_blank">Download Here</a>