Hi Folks,
I have a 'little' problem with my downloading script. What i have is a list of files. When the user clicks on the files the downloading starts.
But what i want is a download-box (dialog) where the user can choose between "open" and "download" (I mean the standard download-box in Windows). Here are my download headers:
header( "Content-type: application/octet-stream");
header( "Content-Disposition: attachment; filename=$filename");
On my computer this works fine, but my friends get that download box twice. And another friend only gets an error message that the file was not found.
Please help me!
Greetz from Holland!
Daniel Bakker