rejetto forum

Documents view in browser

0 Members and 1 Guest are viewing this topic.

Offline LeoNeeson

  • Tireless poster
  • ****
    • Posts: 842
  • Status: On hiatus (sporadically here)
    • View Profile
    • twitter.com/LeoNeeson
In the HFS3 being developed, there are no problems with opening. This version has an Open menu
If it works when using HFS3, then we could make it work with HFS2.
Your last message reminded me a very important step that I've forgotten.

Please try this:

1) In HFS press F5 to switch to expert mode (if you are not already using it).

2) Go to: Menu > Other options > Open directly in browser...

It opens a window, showing this list:

Code: [Select]
*.htm;*.html;*.jpg;*.jpeg;*.gif;*.png;*.txt;*.swf;*.svg
Now, add to the end of that list the following:

Code: [Select]
;*.pdf;*.doc;*.docx;*.xls;*.xlsx;*.ppt;*.pptx
Or replace all the text with this:

Code: [Select]
*.htm;*.html;*.jpg;*.jpeg;*.gif;*.png;*.txt;*.swf;*.svg;*.pdf;*.doc;*.docx;*.xls;*.xlsx;*.ppt;*.pptx
Please report if that solves your issue or not.
(and sorry for my forgetfulness)
HFS in Spanish (HFS en Español) / How to compile HFS (Tutorial)
» Currently taking a break, until HFS v2.4 get his stable version.


Offline JonJonBravo

  • Occasional poster
  • *
    • Posts: 11
    • View Profile
If it works when using HFS3, then we could make it work with HFS2.
Your last message reminded me a very important step that I've forgotten.

Please try this:

1) In HFS press F5 to switch to expert mode (if you are not already using it).

2) Go to: Menu > Other options > Open directly in browser...

It opens a window, showing this list:

Code: [Select]
*.htm;*.html;*.jpg;*.jpeg;*.gif;*.png;*.txt;*.swf;*.svg
Now, add to the end of that list the following:

Code: [Select]
;*.pdf;*.doc;*.docx;*.xls;*.xlsx;*.ppt;*.pptx
Or replace all the text with this:

Code: [Select]
*.htm;*.html;*.jpg;*.jpeg;*.gif;*.png;*.txt;*.swf;*.svg;*.pdf;*.doc;*.docx;*.xls;*.xlsx;*.ppt;*.pptx
Please report if that solves your issue or not.
(and sorry for my forgetfulness)

Yes, almost all documents now open in the browser.   :D  Only XLS keeps downloading


Offline LeoNeeson

  • Tireless poster
  • ****
    • Posts: 842
  • Status: On hiatus (sporadically here)
    • View Profile
    • twitter.com/LeoNeeson
Yes, almost all documents now open in the browser.   :D  Only XLS keeps downloading
I'm glad you almost got everything working. :D

Give me some time, to try to solve the XLS problem...
HFS in Spanish (HFS en Español) / How to compile HFS (Tutorial)
» Currently taking a break, until HFS v2.4 get his stable version.


Offline LeoNeeson

  • Tireless poster
  • ****
    • Posts: 842
  • Status: On hiatus (sporadically here)
    • View Profile
    • twitter.com/LeoNeeson
Looking in the sources of this extension, I've found it includes 2 types of MIME for XLS.

Try to use the following MIME (when doing these steps), for the XLS:

*.xls
application/msexcel

Change "application/vnd.ms-excel" to "application/msexcel"
If that doesn't work, then I had no idea on how to solve this, sorry... :-\
HFS in Spanish (HFS en Español) / How to compile HFS (Tutorial)
» Currently taking a break, until HFS v2.4 get his stable version.


Offline JonJonBravo

  • Occasional poster
  • *
    • Posts: 11
    • View Profile
Looking in the sources of this extension, I've found it includes 2 types of MIME for XLS.

Try to use the following MIME (when doing these steps), for the XLS:

*.xls
application/msexcel

Change "application/vnd.ms-excel" to "application/msexcel"
If that doesn't work, then I had no idea on how to solve this, sorry... :-\

Unfortunately it didn't work. Anyway, thanks for the help. You helped me a lot. ;)