I have a site that I' m working on with files of different type of data (image, text, video, etc) that the user uploads. I a client of the site wants to download a file I made a custom php script that allows him to do that. This script writes a generic header for the file which is downloaded (the script was taken from the net by a friend). The script works in IE, Firefox and Opera but in Safari 3.0.2 for Windows and Mac it doesn' t work. From what I read, tested the other browser check the name and extension of the file and they don' t rely much on the header information. Safari on the other hand doesn' t do either.
Any ideas what Safari reads from the response headers ?
[Solved] Problem with Safari when downloading a file
Moderator: General Moderators
[Solved] Problem with Safari when downloading a file
Last edited by Rovas on Wed Jul 11, 2007 5:20 am, edited 1 time in total.