Page 1 of 1

Attachment download from admin panel

Posted: Fri Feb 13, 2009 9:57 am
by valverde
Script URL: grupovalverde/sat
Version of script: Hesk 2.0
Hosting company: Businet
URL of phpinfo.php: grupovalverde/sat/phpinfo.php
URL of session_test.php: grupovalverde/sat/session_test.php
What terms did you try when SEARCHING for a solution:
Problem download attachment
Write your message below:

The download of attachments from the admin panel does not work. To work you have to copy the download_attachment.php file int the admin folder

Posted: Sat Feb 14, 2009 11:05 am
by Klemen
See if you have

Code: Select all

<a href="download_attachment.php
in admin_ticket.php file and change that to

Code: Select all

<a href="../download_attachment.php

Posted: Sat Feb 14, 2009 11:59 am
by valverde
Thanks, it works.

Posted: Thu Dec 03, 2009 8:02 pm
by MOB
thanks I had the same issue.