Hello, everyone,
I am experiencing a strange issue, or at least I find it strange. I'm actually at work, and a client wants to throw a few PowerPoints up on a web page with basic links to download or open them (depending on the end-user's configuration). Office 97-2003 (.ppt) files work fine; I click on the link and Firefox asks me if I want to Save or Open the file. Office 2007 (.pptx) files always come back page not found.
Is this an issue most likely with my browser MIME settings? Or is there something special about a URL ending in 'x'?
This one is making my brain hurt.
For reference, the type of link I'm using is as follows: <a href="./ppt_directory/filename.pptx">Filename</a>
and <a href="./ppt_directory/filename.ppt">Filename</a>
Thanks!
--Dave