mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-27 11:25:54 +03:00
[GH-ISSUE #403] preview of pdf, word, audio and video #293
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#293
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arnoldkamga on GitHub (Jul 22, 2020).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/403
pls the preview of pdf, word, audio and video does not work
@prasathmani commented on GitHub (Jul 22, 2020):
are you trying in localhost, pdf/word preview is not supported in localhost. or in case if you change the
$root_paththen you need to adjust the$root_urlaccordingly@ingluislamas commented on GitHub (Aug 20, 2020):
Hello, first of all congratulations on this project, it is the best I have seen in a long time.
I have the same problem, I have by default:
root_path =_SERVER ['DOCUMENT_ROOT'];And that way the previews work perfectly, but if some user assigned a route that starts from like:
ROOT / testfolder / imagestest
I can see the files, but I can't see the previews anymore, any clues?
Thanks in advance
@prasathmani commented on GitHub (Aug 20, 2020):
if your modified the $root_path, then you have to configure $root_url correctly.
i.e:
then root url should be like bellow
@ingluislamas commented on GitHub (Aug 20, 2020):
For some reason still not working, this is my config file, hope you have a chance to take a look, regards.

@prasathmani commented on GitHub (Aug 20, 2020):
@ingluislamas ,
try this,
@ingluislamas commented on GitHub (Aug 20, 2020):
OK, what if I want different users to access different folders?