Hi there,
Long story short. I've specified this coding in my download.php file
header("Content-disposition: attachment; filename=$filename");
header("Content-type: application/octet-stream");
readfile("$namee/$downloads/$filename");
Problem is, when the script downloads a GIF file, and when I save it onto my PC I can't open it using IrfanView or any other ImageViewer. I have a feeling it's the way I specified the "Content-type:" bit
Any ideas?
Thanks