This topic is locked
[SOLVED]

 uploaded files icon problem

7/14/2014 4:59:39 AM
PHPRunner General questions
C
cristi author

I have an project build with version 7.1 21342 x64 and if i choose on list view -view as - files "show icon" for uploaded files then the icons are not correctly associated with files: example - for MS Word .doc documents it shows gif -see screenshot


How can I fix this???

Sergey Kornilov admin 7/14/2014

I would ask you to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

C
cristi author 7/14/2014



I would ask you to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.


Sorry but I can't - the database that I used is PostgreSQL - not supported by the demo account from what i read from the documentation - I can provide you with an link and direct access to the application or a copy of the application with a database dump...
What I noticed now is that this behavior is happening only when I upload the files locally - when I am in the local network where the server resides but when I upload from outside - for example from home the icons are associated correctly.
Strange thing is that it is not happening with all the word files even if they are all the same - word 97-2003 .doc
Update:
I figured out what happens: the document in question has the extension ".DOC" - MS word does not complain about this and the document can be opened with no problems at all but it seems that phprunner does not like the extensions being in capital letters: when I changed the extension in ".doc" now the icons are associated correctly.