Hello I'm trying to download file generated on server. One of them are placed on the disc while some others are downloaded from external webservice as base64 decoded byte[].
But when I do [code]FileCopyUtils.copy(new FileInputStream(dFile), response.getOutputStream());[/code] the downloaded file is corrupted because it contains html code of visible page. Is there any 'special' way of downloading file with Blossom ? Regards Jan -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=aa192618-7e7c-4914-b1e6-56f62d4c0256 ---------------------------------------------------------------- For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
