Attachment download from admin panel

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
valverde
Posts: 6
Joined: Fri Jun 01, 2007 8:43 am

Attachment download from admin panel

Post 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
Antonio Valverde
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
valverde
Posts: 6
Joined: Fri Jun 01, 2007 8:43 am

Post by valverde »

Thanks, it works.
Antonio Valverde
MOB
Posts: 54
Joined: Sat May 10, 2008 9:51 am

Post by MOB »

thanks I had the same issue.
Post Reply