I have a problem trying to display a Word file from a blob when I use Netscape or Opera - I just end up with character salad in the browser window.
The link to the file looks like this:
echo "<A HREF='getfile.php?id_no=$file_array[id_no]&file_name=$file_array[file_name]' TARGET='nytt.html'>";
echo $file_array['file_description'];
echo "</A>";
When I try to save the link, the file name it gets is getfile.php , and the content is plain text, and character salad where there should be images or formatting objects.
I should also point out that it all works just fine with Explorer.
I'm sure this is due to Explorer being a Microsoft product, but does anyone know of a way to get around the problem?