mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #300] Thumbnail view for File #218
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#218
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 @marcbth on GitHub (Jan 31, 2020).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/300
Hello,
...I might have a question for you. Maybe I'm too stupid.
tinyfilemanager is in the directory
/var/www/test/tiniyfilemanager
if I changed
$root_path = $_SERVER['DOCUMENT_ROOT'];
in
$root_path = 'home/usertest/files';
I will no longer see thumbnails or
the complete preview does not work anymore.
http://ip/home/usertest/files/folder.jpg as output
no file
i use nginx and php 7.3
Thanks for the effort
Cliff
@prasathmani commented on GitHub (Jan 31, 2020):
media(image, video, audio) preview will not work if file is outside web root.
@marcbth commented on GitHub (Jan 31, 2020):
thank you for the quick response.
is unfortunately a pity, wanted to include the tinyfilemanager in ompd (www.ompd.pl).
Unfortunately embedding does not work either. there are errors in url.
thanks again