Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 1 post (of 1 total) Author Posts November 12, 2011 at 1:30 pm in reply to: Link to PDF-files results in corrupt downloads #1224 janhanParticipant Hi, had the same problem with corrupt pdf downloads and solved it this way. In the file “helper.php” I added the following two lines just above the “echo” statement. $thepath = parse_url($fullpath); $fullpath = ‘/home/MY_DOMAIN/public_html’.$thepath; You would of course have to use your real domain name instead of “MY_DOMAIN” and also modify the filepath as needed. Author Posts Viewing 1 post (of 1 total)