|
Posted by jodleren on 03/14/07 12:42
> > and came up with:
> [...]
> > header('Content-type: application/force-download');
>
> Replace that line with a real content type. For example, if the file is a
> PDF, then the Content-Type should be "application/pdf". If it's a JPEG,
> then "image/jpeg". If you are really unable to determine the correct
> content type, use "application/octet-stream".
>
> Using made-up content types like the one you've used above may seem to be
> "convenient", but it harms the web as a whole.
Since I can have _any_ file, where is there an overview of those or
trick to get them?
And since I open this from another window, is the a way to have a
link, which goes directly to the open/save dialog. That is what I
really need.
BR
Sonnich
[Back to original message]
|