TeamDesk Knowledge Base & Support

   Home      FAQ      Forum      Idea Exchange      Ask a Question      My Stuff      Help   
  
Text content of a column as file download
It would be very useful to give the user the ability to download the content of a text column as file.

In the form the user doesn't see the text, he only see a link to download the file.
ID
544
Category
Customization
Author

Simon Petralli
Date Created
8/2/2012 10:16:33 AM
Date Updated
8/6/2012 9:17:06 AM
Status
New Idea
Score
20
Promoted By
ALFREDO BRAVOSimon Petralli
Comments
Simon Petralli 8/6/2012 9:17:06 AM
I found a workaround with a XHTML formula:

<a href='data:text/x-type;charset=utf-8,<%Replace(URLEncode([Column]),"+","%20")%>'>Link</a>

Only drawback: you can't specify a file name.

A function in TeamDesk would be much better.
Feedback
 
Back to Search Results