mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #57] wrong upload directory and rename of uploaded file #40
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#40
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 @schmidtdruck on GitHub (Aug 31, 2018).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/57
when uploading a file, the destination path will be created in the upload folder. e.g..
upload to: localhost->tinyfilemanager->uploads
the file is in: localhost->tinyfilemanager->uploads->tinyfilemanager
and the file ist renamed to the last name of the directory path:
test.pdf was renamed to "uploads" , with missing extension (.pdf).
any ideas how to fix that?
@prasathmani commented on GitHub (Sep 21, 2018):
@schmidtdruck , not able to reproduce the issue, provide more information.
@schmidtdruck commented on GitHub (Sep 21, 2018):
see the screenshots, that explains it better.
http://www.schmidtdruck.com/tinyfilemanager/pic1.png
http://www.schmidtdruck.com/tinyfilemanager/pic2.png
http://www.schmidtdruck.com/tinyfilemanager/pic3.png
Thanks for your help!
Frank
@prasathmani commented on GitHub (Jan 18, 2019):
@schmidtdruck configure correctly
$root_urland$root_path.@prasathmani commented on GitHub (Feb 14, 2019):
try with latest, feel free to reopen if issue is not fixed