Hi folks,
I am working on a image archive coded in PHP where users can get high resolution images. If a user clicks on a thumbnail the standard save-as-dialog of the browser should appear and - after confirmation - the image be transfered. This should be possible for PC, and MAC and all other users. Sounds simple but it is not.
I solved the problem for the download with a PCs but the problem is that browsers on a MAC behave different. If you use MSIE 5 on a PC the script is working and the save-dialog appers. On a MAC the browser displays the large image and no save-as-dialog appears. OK, the user could then choose "save as" after a right-mouseclick but this is somehow not very "cool".
Has anyone ever tried something like this using a MAC? I am not able to solve the problem for the MAC. Is there a special website for PHP for MAC users? I found none.
thanks in advance
Oliver