Sitefinity ASP.NET CMS - Content Management System

Support Forum Thread

Home >  Support >  Forums home > Sitefinity 3.x > Modules > File download in File Administration?

Reply
Julia Essex, 7/18/2008 3:43:42 PM
Does anyone know if there is a way to tweak Sitefinity 3.1 to allow me to download files from the File Administration section of the CMS?

Jules

Reply
, 7/21/2008 10:17:06 AM
Hi Julia Essex,

This feature was implemented in Sitefinity 3.2 SP2. You could consider upgrading to that version, because changing Sitefinity 3.1 for this feature is not possible.

Greetings,
Georgi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center

Reply
Andreas, 8/27/2008 9:15:21 AM
Uhm was this feature removed in Sitefinity 3.2 SP2 1616? Or did I install the wrong version?

//Andreas

Reply
, 8/27/2008 11:18:40 AM
Hello Andreas,

Please take my apologizes, I had to mention the steps you should take in order to enable this feature.

1. Please open the file Files.aspx, located in \[YourProject]\Sitefinity\Admin\
2. In section <MasterTableView AutoGenerateColumns="false">, make sure your code look like this:

<radG:GridHyperLinkColumn UniqueName="DownloadLink" Target="_blank" Text="Download"HeaderStyle-Width="20"HeaderStyle-HorizontalAlign="center"></radG:GridHyperLinkColumn> 
 
<cc1:ManageFiles Visible="true" runat="server" ID="fileManager"
showDownloadLink
="true"

This is all. Let us know if you have any problems.

Regards,
Georgi
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.