Hy people. I’m working on my webapp for the iphone. On some point you have the option to get a particular document from our appserver. It works on firefox, but safari just shows an empty download window. IE also can’t get the file.
Below is the example link.
Is there something wrong with a link of this kind that Safari can’t see?
The W3 validator points out that you need to escape those ampersands. We mostly get away not escaping them, but who knows, maybe that’s the issue. So:
..although I tested those params unescaped and they worked fine on IE7, IE8, Chrome4, Safari4, and Firefox3.6 on Windows. (See test page below)
If that’s not it:
My unescaped test page, worked as expected despite being invalid:
Escaped test page, also worked as expected: