Quote:
Originally Posted by theducks
Case Sensitive file names:
the link must match the target exactly.
foo.pdf is not foo.PDF, there needs to be file extension 2 associations (pdf and PDF) on the reading application (on the device ) for the PDF browser to work with both case.
The reading application is calling external/internal viewer when it encounters a link-click for a different file type. If the link matches the filename, then the viewer call is faulty
|
thanks the ducks, I do get that. The problem is this: when both link and target had "name.pdf" the link did not work, while when both link and target were "name.PDF" the link works! This is the mystery... I thought a file name is a file name, capitalisation (provided it is used correctly) should not matter. Or so I thought.