mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #58] some bug + feature #42
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#42
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 @borrougagnou on GitHub (Sep 5, 2018).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/58
Hi !
I don't know by what begin...
BUG:
when I change "root_path" variable, I have access correctly in file and folder but... the picture don't preview ... (try with png, pose png into folder, change the "root_path" variable to this folder, the preview not working)
[AJAX] when I try to upload something (seem like picture) into folder with just "read" permission

he say me it's okay... but not... this folder is only read permission, I don't found the file, but ajax say me it's upladed...
FEATURE:

Where is the button "Upload" and "Cancel" for validate all file we want really upload (for sure we don't send a wrong file by inadvertance or cancel all because something is wrong
Thanks for fix all of that ^^
Have a nice day
@regmibijay commented on GitHub (Jul 23, 2019):
@borrougagnou I had same issue, you can add relative path as root path. For example if the file to be previewed is in
/var/www/html/uploadsandtinyfilemanager.phpis in/var/www/html, you can add'uploads'as root path. It works just fine.@prasathmani the issue with write permission check still persists. Maybe we can figure out a way to probe write permissions to destination folder prior to uploading the file.