Hi,
Does documents support word doc format? I can upload the doc files but when I click on them, it popups an unknown file type controller.php with open view options.
Working with jpg, displays the file inline.
Tried on both opera as well as IE.
Opening even a txt file displays the popup but when I click on open, it displays the file properly. Doc is all gibberish.
Which all file formats are supported?
Actually, for me it was related to disappearing of ack slashes in the file path names. Your problem may not same as mine. Anyway, this information might be useful to you.
This may be related to "Magic Quotes". If your Apache web server is
set to "Magic Quotes = On" the magic quites will strip the back
slashes out of the path. There is a discusion of this on the old
forum at http://www.openemr.net/ . This was also a Windows user who
was using a XAMP installation. I am not sure how he resolved the
issue. Clearly we are trying to escape special characters in OpenEMR
as we go along with the coding as a basic precaution against
cross-scripting attacks and other monkey business. "Magic Quotes =
On" was the PHP default prior to ~4.2. I am not sure but it may have
been turned back on for the XAMP for Windows. Having this turned
causes too many back slashes to be removed.