Hey all, For an external webservice which tries to access content of my webapp I need to generate direct download links to text files without streaming them.
Links like : http://mywebapp/Downloads/Textfile.txt what is the best way to implement this in tapestry. All the solutions I tried had to do with streaming those files but this does not work as the webservice trying to access the files cannot handle file streaming (I guess it uses some kind of wget in the background) Is there a way to do this with assets ? Thanks in advance for helping out -- View this message in context: http://tapestry.1045711.n5.nabble.com/Creating-direct-download-links-to-files-tp4343084p4343084.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org