hab doch ne lösung in nem alten thread gefunden die bei mir funktioniert!
die hier:
Quote:
I have a solution Wink.
IE does normally ignore the content type! (as soon as always ie ignores standarts!)
you have to set:
header("Cache-Control: must-revalidate");
below
header("Content-Disposition: ...
in the imagefunctions.inc.php.
The problem is then that the images that are processed by image.php are not cached by the browser anymore! This seems to be the only solution because otherwise ie ignores the header settings.
If you have a better solution - let me know!
with the existing settings you can still get a download box by simply clicking on the image!
the i_popup.php has to owverwrite the file in the i_frames folder.